QuizApp is a simple and interactive web-based quiz application built with HTML, CSS, and JavaScript. It allows users to answer multiple-choice questions, displays immediate feedback, and calculates the final score in a stylish and engaging way. You can try again, by clicking the restart button.
- 📖 Dynamic Questions: The quiz dynamically loads questions from an array.
- 🎨 Stylish UI: A clean and modern design with smooth animations.
- ✅ Immediate Feedback: Highlights correct and incorrect answers.
- 📊 Score Display: Shows a final score with emojis and motivational messages.
- 🔄 Restart Option: Users can restart the quiz to try again.
| Quiz Screen | Score Screen |
|---|---|
![]() |
![]() |
- Users start the quiz and answer the displayed questions.
- After each question, the correct and incorrect answers are highlighted.
- At the end of the quiz, the user’s score is displayed with emojis and motivational text.
- A restart button allows users to retake the quiz.
- HTML: For the structure of the app.
- CSS: For styling and animations.
- JavaScript: For the quiz logic and interactivity.
Prerequisites A web browser (Chrome, Firefox, Edge, etc.). A code editor (VS Code, Sublime Text, etc.) for modifications (optional). Steps to Clone and Run Locally
- Clone the Repository
- Navigate to project directory: cd QuizApp
- Open in a Browser Simply open the index.html file in your browser.
- Contributions are allowed, you can suggest anything that needs to modify for better features.

