🎯 Simple JavaScript Quiz App
A beginner-friendly Quiz App built using HTML, CSS, and JavaScript. This project helps in learning DOM manipulation, event handling, and basic JavaScript logic.
🚀 Features
✅ Displays multiple-choice questions one by one
✅ Highlights correct and incorrect answers
✅ Tracks and displays the final score
✅ Simple and responsive UI
✅ Option to restart the quiz
📌 Technologies Used
HTML → For structuring the quiz
CSS → For styling the app
JavaScript → For handling quiz logic
📥 Installation & Usage
-
Clone the Repository git clone https://github.com/bldxspark/quizapp.git
-
Navigate to the Project Directory cd quizapp
-
Open index.html in a Browser Simply open the index.html file in your favorite browser to run the quiz!
🛠️ File Structure
quizapp/
│── index.html # Main HTML file
│── styles.css # CSS file for styling
│── script.js # JavaScript file for quiz logic
│── README.md # Project documentation
🎮 How to Play?
Click on the correct answer from the given options.
The app will highlight correct and incorrect answers.
Click "Next" to proceed to the next question.
After finishing all questions, your final score will be displayed.
Refresh the page to restart the quiz.
💡 Future Improvements
🔹 Add a timer for each question ⏳
🔹 Store high scores using LocalStorage 💾
🔹 Add more quiz categories 🎭
🤝 Contribution
Feel free to fork this repo, submit issues, or suggest improvements!
📜 License
This project is open-source and available under the MIT License.