A timer based quiz web application
TimerQuiz is a timer based quiz web application designed for college based competitive time limited quizzes. It works in the following manner:
- Admin access is given to quiz organisers to upload the questions along with their options (the correct answer is also uploaded).
- Participants can login with a user ID and their names. They need to answer the questions within the specified time frame.
- After the participant finishes the quiz, his score is generated.
- The leaderboard can also be viewed.
TimerQuiz is made with React.js on the frontend and Django on the backend.
Please check the screenshots section to view sample images of the application.