QUIZ APPLICAION This is a full-stack Quiz Application that allows users to browse and take quizzes on various topics. Users can answer multiple-choice questions, view their scores, and review correct answers after completing the quiz.
To Run Code for frontend:
- git clone
- cd frontend
- npm i
- npm start
To Run Code for backend:
- git clone
- cd backend
- npm i
- npm start / npm run dev
NOTE : Add .env file to run backend code.
Features Browse Quizzes: Users can browse available quizzes. Take Quiz: Users can answer multiple-choice questions. Real-time Answering Status: Users can see the number of answered, unanswered, and total questions in real time. Submit Quiz: After completing the quiz, users can submit their answers. Score Summary: Upon submission, users can view their score and the correct answers for each question.