Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.38 KB

File metadata and controls

57 lines (38 loc) · 1.38 KB

Quiz App

A simple web application to take a quiz with multiple-choice questions.

Features

  • Display a question with multiple-choice answers
  • Highlight the correct answer upon selection
  • Move to the next question with a "Next" button
  • Show the final score at the end of the quiz
  • Option to retake the quiz

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Run

  1. Clone the repository:

    git clone https://github.com/suhanaparvin12/quiz-app.git
  2. Navigate to the project directory:

    cd quiz-app
  3. Open index.html in your browser.

Code Structure

  • index.html: The main HTML file containing the structure of the app.
  • style.css: The CSS file for styling the app.
  • script.js: The JavaScript file containing the functionality of the app.

Configuration

No additional configuration is needed.

Usage

  1. Start the quiz by clicking the "Next" button.
  2. Select an answer for the displayed question.
  3. Click the "Next" button to move to the next question.
  4. At the end of the quiz, your score will be displayed.
  5. Click "Play Again" to retake the quiz.

Contributing

Feel free to fork this project and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License - see the LICENSE file for details.