A web-based quiz app that allows users to test their knowledge on various topics with dynamic questions and instant feedback.
Key Features:
Multiple-choice questions with randomized order
Countdown timer for each question
Immediate feedback for correct/incorrect answers
Controlled navigation with a “Next” button
Final score calculation and display
Restart functionality to retake the quiz
Implementation:
Built using HTML, CSS, and JavaScript, the app dynamically renders questions and options, manages application state (score, timer, and question flow), and handles user interactions efficiently. The design focuses on usability, responsiveness, and a clean interface.