This is a quiz application built with React.js that allows users to test their knowledge on a variety of topics. The app features multiple-choice questions with feedback on correct and incorrect answers, as well as a score points counter that tracks the user's progress throughout the quiz.
✔️ Multiple-choice questions with randomized answers being called from Trivia API
✔️ Feedback on correct and incorrect answers
✔️ Score points counter that tracks the user's progress throughout the quiz
✔️ Option to restart the quiz after completion
➡️ React Router: https://reactrouter.com/
➡️ Material UI: https://material-ui.com/
API: https://opentdb.com/api.php?amount=10
React Router: npm install react-router-dom
To use the app, simply click on the Start Quiz
Next
⏩ to proceed to the next question. Once the quiz is complete, you will see your score and have the option to restart the quiz.