Created a React Quiz App whilst learning the useReducer Hook, re-enforcing the useEffect Hook, creating fake API call using Json-server, setting time interval and clearing up with set timeout for the timer amongst others... It was indeed a great experience as I build Thanks to Jonas schmedtmann
React Quiz App Welcome to the React Quiz App! This web application allows users to participate in interactive quizzes on React. Built using React, this app offers an engaging way for users to test their knowledge and learn new facts.
Features --Multiple Choice Questions: Each quiz consists of multiple-choice questions to challenge participants. --Timer: A countdown timer adds excitement to the quizzes, encouraging quick thinking and engagement. I--nstant Feedback: Users receive immediate feedback on their answers, with correct answers highlighted. --Score Tracking: The app tracks and displays the user's score as they progress through the quiz.
Usage Start the server: npm run server Start the application: npm start Open your web browser and visit http://localhost:3000. Choose a quiz from the available options. Read each question carefully and select your answer. After answering all the questions, view your score and the high score.