visakhvjn / ai-powered-trivia

Get ready to challenge your knowledge with questions curated by cutting-edge artificial intelligence algorithms. With an intuitive interface and a vast database of questions, our app offers an engaging and immersive trivia experience like never before
https://trivia-ai.netlify.app/
0 stars 0 forks source link

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

export default {
  // other rules...
  parserOptions: {
    ecmaVersion: "latest",
    sourceType: "module",
    project: ["./tsconfig.json", "./tsconfig.node.json"],
    tsconfigRootDir: __dirname,
  },
};

Build Tool - Vite

Authentication - Auth0

CSS Framework - Tailwind

Formatter - Prettier