/simple-quiz-app

Create a **Simple Quiz App** using vanilla JavaScript. The app could ask random questions and provide immediate feedback on user answers.

Primary LanguageJavaScript

Simple Quiz App

This is a simple quiz app built using vanilla JavaScript. The app asks random questions and gives immediate feedback based on user answers.

Features

  • Displays random questions
  • Immediate feedback on correct/incorrect answers
  • Shows the final score

How to Run

  1. Clone this repository.
  2. Open index.html in any web browser.
  3. Start answering the quiz questions.

Project Structure

  • index.html: The main HTML file for the quiz interface.
  • styles.css: The styles for the quiz interface.
  • script.js: The JavaScript logic for displaying the quiz and handling answers.

License

This project is open-source and available under the MIT License.