Overview
What the project is designed to do
A five-question JavaScript quiz with a sixty-second timer, time penalties for incorrect answers, and a local high-score list.
The remaining time becomes the final score when all questions are answered; incorrect answers subtract ten seconds.
The project uses browser event handling, timers, CSS transitions, and local storage without a server dependency.