This is a simple Quiz Game project built using HTML, CSS, and JavaScript.
The Quiz Game project is designed to provide users with an interactive way to test their knowledge on various topics. It presents questions one at a time, allowing users to select their answers and receive immediate feedback on their choices.
- Multiple-choice questions
- Immediate feedback on answers
- Score tracking
- Responsive design for various screen sizes
https://www.flexclip.com/share/526594236ad58914e14a5294da035f1aa4e9e89.html
To run the Quiz Game locally on your machine, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/vyasisha/quiz-game.git
-
Navigate to the project directory:
-
Open the
index.html
file in your web browser.
- Open the Quiz Game in your web browser.
- Start the quiz by clicking on the "Start Quiz" button.
- Read each question carefully and select your answer.
- Submit your answer and receive immediate feedback.
- Continue answering questions until you complete the quiz.
- After completing the quiz, view your final score.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/improvement
). - Create a new Pull Request.