I developed an interactive Timed Quiz Application using HTML, CSS, and JavaScript. The project allows users to enter their name in a pop-up prompt before starting the quiz. If the user doesn't input their name, a warning message is shown to prompt them to do so.
Once the quiz begins, a timer starts counting down. The user can attempt the quiz within the time limit. When the timer reaches zero, a pop-up appears with the quiz results, showing the percentage of correct answers. The quiz automatically stops at this point, preventing the user from submitting answers after the time is up.
This project adds an engaging, real-time challenge for users while also providing immediate feedback on their performance.