A simple quiz application that allows users to answer multiple-choice questions and receive feedback on their answers.
- Displays multiple-choice questions.
- Provides feedback on the correctness of the selected answer.
- Shows the next question upon clicking the "Next" button.
- Restarts the quiz after the last question.
- HTML
- CSS
- JavaScript
- Clone the repository.
git clone https://github.com/adityadhiman-in/Quiz_App
- Navigate to the project directory.
cd quiz-app
- Open
index.html
in your preferred web browser.
- Answer the questions by clicking on one of the provided options.
- Click the "Next" button to proceed to the next
- Click the "Next" button to proceed to the next question.
- After the last question, click the "Restart" button to restart the quiz.