Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 584 Bytes

File metadata and controls

7 lines (4 loc) · 584 Bytes

This is timer-based quiz application that stores high scores client-side. The user will take a timed quiz on JavaScript fundamentals that stores high scores so that I can gauge my progress compared to my peers.

The user arrives at the landing page and is presented with a call-to-action to "Start Quiz." The user is then presented with a series of questions.

The timer is initialized with a value and immediatly begins countdown.

Your score is calculated by time remaining. Answering quickly and correctly results in a higher score. Answering incorrectly results in a time penalty