Quizzo is a quiz App. There are different categories of quizzes, each category has 5-6 questions in it. 5 min is given to attempt the quiz. Once the quiz is over, the user can view the correct and incorrect answers and the total score.
Tech Stack: TypeScript, ReactJS, contextAPI.
- First clone the Repo.
cd folder
.npm install
to install node_modules and package-lock.jsonnpm start
to start the server.
- HomePage
- Instruction Page
- Quiz Page
- Result Page
The page contains different categories of quizzes. The quiz data is fetched using a mock API.
This page gives general instructions before attempting the quiz.
The quiz starts here. The timer for 5min begins. The score is calculated after each submission.
This page displays the quiz score. Total correct, incorrect and unattempted answers are displayed.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.