This is a continuation of the Python Knowledge Quiz App, which has been done before in Flask using Python. Now written in React using JavaScript and decorated with Tailwind. This is a programming language knowledge quiz app with categories, storing questions in an array, single-choice questions. Each quiz consists of 5 questions of different levels of difficulty, which are selected at random. When the quiz is completed, the percentage of correct answers is displayed, and the app is easy to use and has an attractive interface.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh