Skip to content

Files

Latest commit

 

History

History
39 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.23 KB

04 Web APIs: Code Quiz

This app is a timed code quiz with multiple-choice questions. The app runs in the browser and feature dynamically updated HTML and CSS powered by your JavaScript code. It will also feature a clean and polished user interface and be responsive, ensuring that it adapts to multiple screen sizes.

This App applies the following concepts: Web API's, DOM objects and how they are organized, JavaScrip timers and setting global window objects, even bubbling and time storage.

Deployed link:

https://azu20.github.io/Coding-Quiz/

User Story

Have you ever considered a career as a web developer? If your answer is yes, 
this is the place for you! Click the submit button 

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 score

The following animation demonstrates the application functionality:

code quiz