A simple quiz application built with HTML, CSS, and JavaScript.
Welcome to the Quiz App! This project is a simple web application that allows users to take quizzes on various topics. Each quiz consists of multiple-choice questions with correct answers and provides instant feedback to the user on their responses.
- Interactive multiple-choice quizzes.
- Instant feedback on each question's correctness.
- Score calculation and display at the end of the quiz.
- Confetti celebration for a perfect score.
To run this quiz app locally, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/zaselalk/JS-QuizApp.git
- Open the
index.html
file in a web browser.
- Click the "Start Quiz" button to begin the quiz.
- Read the question and click the answer you believe is correct.
- Instant feedback will be provided for each answer.
- Continue through the questions until the quiz is complete.
- At the end of the quiz, your score will be displayed, along with a confetti celebration for a perfect score.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to submit a pull request or create an issue.
- Fork the repository.
- Create a new branch for your feature/fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m "Description of changes"
. - Push your changes to your fork:
git push origin feature-name
. - Create a pull request in the original repository.
This project is licensed under the MIT License.