Submission for full-stack web development bootcamp at University of Central Florida
ALSO Major Shoutout to W3 Schools for the question set. Pulled from https://www.w3schools.com/quiztest/quiztest.asp?qtest=JS
AS A coding bootcamp 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
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
This challenge is graded based on the following criteria:
- Satisfies all of the above acceptance criteria.
- Application deployed at live URL
- Application loads with no errors
- Application GitHub URL submitted
- GitHub repository that contains application code.
- Application user experience is intuitive and easy to navigate
- Application user interface style is clean and polished
- Application resembles the mock-up functionality provided in the Challenge instructions
- Repo has a unique name
- Repository follows best practices for file structure and naming conventions
- Repository follows best practices for class/id naming conventions, indentation, high-quality comments, etc
- Repository contains multiple descriptive commit messages
- Repository contains a high-quality README file with description, screenshot, and link to deployed application