Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.7 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.7 KB

Quiz Game

This is a simple Quiz Game project built using HTML, CSS, and JavaScript.

Table of Contents

Description

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.

Features

  • Multiple-choice questions
  • Immediate feedback on answers
  • Score tracking
  • Responsive design for various screen sizes

Demo

https://www.flexclip.com/share/526594236ad58914e14a5294da035f1aa4e9e89.html

Installation

To run the Quiz Game locally on your machine, follow these steps:

  1. Clone the repository to your local machine:

git clone https://github.com/vyasisha/quiz-game.git

  1. Navigate to the project directory:

  2. Open the index.html file in your web browser.

Usage

  1. Open the Quiz Game in your web browser.
  2. Start the quiz by clicking on the "Start Quiz" button.
  3. Read each question carefully and select your answer.
  4. Submit your answer and receive immediate feedback.
  5. Continue answering questions until you complete the quiz.
  6. After completing the quiz, view your final score.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/improvement).
  6. Create a new Pull Request.