A simple and interactive quiz application built using HTML, CSS, and JavaScript. The application presents multiple-choice questions, tracks user responses, calculates the final score, and displays the results at the end.
- Multiple-choice quiz questions
- One question displayed at a time
- Four answer options for each question
- Progress indicator showing current question number
- Score calculation and result display
- Review of correct and selected answers
- Restart quiz functionality
- Responsive and user-friendly interface
- HTML5
- CSS3
- JavaScript
Quiz-Application
- index.html
- result.html
- script.js
- style.css
- The user starts the quiz.
- Questions are displayed one at a time.
- The user selects an answer and moves to the next question.
- The application stores the responses.
- At the end, the final score is calculated and displayed.
- The user can review answers and restart the quiz.
This project helped in practicing:
- DOM Manipulation
- Event Handling
- JavaScript Arrays and Objects
- Conditional Logic
- Dynamic Content Rendering
- State Management
- Responsive Web Design
Completed ✅