The purpose of this repository was to create JavaScript Code Quiz that features dynamically updated HTML CSS powered by JavaScript code. When you deploy the application you will see that it has a clean, polished, and responsive user interface.
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
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 deploys at live URL with no loading errors.
- Application user experience is intuitive, easy to navigate, and the use interface style is clean and polished.
- Repository as a unique name, has proper file structure, naming conventions, proper indentation, quality comments, and a quality README file with description, screenshot of the final project, and a link to the live deployed application.
- Application resembles the following mock-up functionality:
To create this application, I sought help from multiple resources, which include:
- YouTube: https://www.youtube.com/watch?v=RswgVWKJRLM ; https://www.youtube.com/watch?v=riDzcEQbX6k
- Quiz questions from w3schools: https://www.w3schools.com/js/js_quiz.asp
- mdn web docs: https://developer.mozilla.org/en-US/docs/Web/API/setTimeout ;
- Google fonts
- I referenced previous activities from "03-JavaScript", "04-Web-APIs" and "05 Third-Party-APIs"
- I also sought help from my peers.
- I used the following link to help me with the layout for this README file: https://coding-boot-camp.github.io/full-stack/github/professional-readme-guide
MIT License
Copyright © 2022, Ashlynn Landry
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.