This is a simple quiz app built using vanilla JavaScript. The app asks random questions and gives immediate feedback based on user answers.
- Displays random questions
- Immediate feedback on correct/incorrect answers
- Shows the final score
- Clone this repository.
- Open
index.html
in any web browser. - Start answering the quiz questions.
index.html
: The main HTML file for the quiz interface.styles.css
: The styles for the quiz interface.script.js
: The JavaScript logic for displaying the quiz and handling answers.
This project is open-source and available under the MIT License.