AniQuiz is a simple and intuitive quiz web app. The questions are centered around popular anime trivia. It is a multiple choice quiz app, consisting of 10 questions with 4 options and single correct answer. The user can navigate to the previous questions and change their answer if they wish to before submission. Once the quiz is submitted, the User's obtained points and number of questions attempted is displayed. Result is calculated and 50% of marks is required to pass the quiz.
Live Demo: https://aniquizapp.netlify.app/
- Simple and intuitive design
- Navigate between different questions
- Change your answer before submission
- Fun and challenging trivia questions
- Result is declared
This application was made as a submission to HackNITR 4.0
There were plans to add a backend and several more features but could not be added due to time crunch.
- Step 1: Download the Zip of the repository
- Step 2: Open terminal and run 'npm install'
- Step 3: run 'npm start'