A simple, interactive web-based quiz application built using HTML, CSS, and JavaScript.
The Quiz App is a lightweight and responsive web application that allows users to test their knowledge through multiple-choice questions. Designed with simplicity in mind, it provides instant feedback for each answer and displays a final score summary. This project helps beginners learn core concepts and serves as a foundation for building more advanced quiz platforms.
Users can take quizzes on topics like Git, HTML, CSS, and JavaScript and more. The intuitive interface, instant feedback, and score calculation make it an engaging tool for learning and assessment.
- ✅ Multiple-choice questions
- 🟩 Instant feedback on correct/incorrect answers
- 🧮 Score calculation at the end
- 🔁 "Back to Home" and retry functionality
- Frontend: HTML, CSS, JavaScript
- No backend required — it's 100% client-side
We welcome all contributions to improve this project! 💡 Here’s how you can help:
-
Improve UI/UX 🎨
-
Add more questions or categories 📚
-
Refactor or modularize JavaScript code 🧠
-
Report bugs 🐞
-
Fork this repo
Click on the "Fork" button at the top-right corner of this repository to create a copy under your GitHub account.
-
Clone the repository to your local system
git clone https://github.com/Jadhav124Akshada/Quiz-App-.git
-
Navigate to the folder
cd Quiz-App-
-
Open the app
Open
index.html
in your browser to run the app locally.