Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 844 Bytes

File metadata and controls

29 lines (24 loc) · 844 Bytes

Quiz App 🧩

A simple multiple-choice quiz app that tests basic web development knowledge and scores you at the end.

Features

  • Start screen with a Start Quiz button
  • Multiple-choice questions on HTML, CSS, and JavaScript fundamentals
  • Instant visual feedback — correct answers highlight green, wrong answers highlight red
  • Answer buttons are disabled after selection to prevent multiple guesses
  • Final results screen showing your score out of the total number of questions
  • Restart button to retake the quiz

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

How to Run

  1. Clone or download this folder.
  2. Open index.html in your browser.
  3. Click Start Quiz, answer each question, and view your score at the end.

File Structure

Quiz_App/
├── index.html
├── style.css
└── script.js