A simple multiple-choice quiz app that tests basic web development knowledge and scores you at the end.
- 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
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone or download this folder.
- Open
index.htmlin your browser. - Click Start Quiz, answer each question, and view your score at the end.
Quiz_App/
├── index.html
├── style.css
└── script.js