Skip to content

An interactive, timed JavaScript quiz that stores a high score leaderboard in local storage.

Notifications You must be signed in to change notification settings

stephje/javascript-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

javascript-quiz

Project Outline

An interactive, timed JavaScript quiz that stores a high score leaderboard in local storage. Developed in accordance with the following acceptance criteria:

GIVEN I am taking a code quiz
WHEN I click the start button
THEN a timer starts and I am presented with a question
WHEN I answer a question
THEN I am presented with another question
WHEN I answer a question incorrectly
THEN time is subtracted from the clock
WHEN all questions are answered or the timer reaches 0
THEN the game is over
WHEN the game is over
THEN I can save my initials and my score

Design Notes

  • Responsive user interface achieved through the use of media queries

  • Additional questions can be added without affecting functionality

Link to Deployed Application

https://stephje.github.io/javascript-quiz/

Screenshots of Deployed Application

Deployed Website

Deployed Website 2

Deployed Website 3

Deployed Website 4

About

An interactive, timed JavaScript quiz that stores a high score leaderboard in local storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published