Web APIs Challenge: Code Quiz
Module 4 Challenge:
User Story
AS A coding boot camp student I WANT to take a timed quiz on JavaScript fundamentals that stores high scores SO THAT I can gauge my progress compared to my peers
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
//////////////////////////////////////////////////////////////////
Include Your Project’s Title: Module4Challenge
Write a Description: Javascript Timed Quiz to practice javascript coding knowledge.
How to Use Your Project: Can be used as a learning tool for a web developer and can be updated to use as a portfolio of my works or adding more questions to test javascript coding knowledge.
Include Credits: N/A
What was your motivation? Why did you build this project? Built to practice learning javascript, refresher.
What problem does the project solve? Or, what it does? Tests javascript knowledge such as some questions interviewers might ask.
Why you used specific technologies? N/A
Mention some of the challenges you faced and features you hope to implement in the future: added questions and increased difficulty/type-in answer questions
Mention anything that you think you are proud of building or having in that project: able to add more to the quiz as needed
What did you learn in the process? Javascript functionality in applications such as a quiz in browser.
What’s next for the project? added questions/difficulty of questions
Mention languages, frameworks, databases, etc: HTML, CSS, Javascript
Provide deploy links or any other required links:
Javascript example Questions Taken from sites:
https://www.w3schools.com/js/js_quiz.asp https://www.tutorialspoint.com/javascript/javascript_online_quiz.htm