An interactive Quiz Application built using HTML, CSS, and JavaScript. This project allows users to answer multiple-choice questions and instantly see their final score after completing the quiz.
The goal of this project is to practice JavaScript logic, DOM manipulation, and building interactive web applications.
- 📌 10 Multiple Choice Questions
- 🎯 Instant Answer Selection
- 📊 Automatic Score Calculation
- 🏆 Final Result Display
- 🔄 Restart Quiz Option
- 💻 Clean and Responsive User Interface
- HTML – Structure of the application
- CSS – Styling and layout
- JavaScript – Quiz logic and interactivity
Quiz-App/
│
├── index.html # Main HTML file (Quiz layout)
├── style.css # Styling for the application
├── script.js # Quiz logic and functionality
│
├── question.png # Screenshot of question screen
├── result.png # Screenshot of result screen
│
└── README.md # Project documentation
- Download or clone the repository
git clone https://github.com/your-username/quiz-app.git
-
Open the project folder
-
Run the application by opening index.html in your browser
This project helped in learning:
- JavaScript DOM Manipulation
- Handling user interactions
- Creating dynamic web applications
- Structuring front-end projects
- Add more quiz questions
- Add timer functionality
- Add category-based quizzes
- Store high scores using Local Storage
Priya
Aspiring Software Developer passionate about Data Structures & Algorithms (Java) and Web Development.
⭐ If you like this project, consider giving it a star on GitHub!

