Mind Quiz is an interactive web application built to challenge and enhance your programming knowledge. Users can select their preferred category, set the number of questions, and choose the difficulty level. With a sleek modal interface for answering questions and a progress bar to track their final score, users can dive deep into the world of coding challenges.
- ReactJS
- Axios
- React Router DOM
- Tailwind CSS
- Context API
- React Circular Progress Bar
- dotenv
- Users can choose their preferred category, number of questions, and difficulty level.
- Modal interface for answering questions.
- Progress bar to visualize final score.
- History feature to track previous quizzes.
- Clone the repository.
- Install dependencies using
npm install
. - Set up environment variables using dotenv.
- Run the app with
npm start
.