azu20 / Coding-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.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

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


Languages

Language:JavaScript 50.1%Language:HTML 38.9%Language:CSS 11.0%