Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.82 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.82 KB

Francis Yang's Portfolio Page

A javascript powered coding quiz. Upon quiz start a minute-long timer begins to tick down, and the user's time remaining upon quiz completion is equal to their score. Users also have the option to record their score inside of a leaderboard for viewing purposes.

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 score

Application Link

https://fy50167.github.io/coding-quiz/

Application Screenshot

App screenshot