TakuyaMats / Code-Quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code-Quiz

  1. Process.
  2. Overview.
  3. Web Address.
  4. Usage tips.
  5. Source Credit.
  6. License.

1. Process

I want to point out first and foremost, this has been the most difficult homework I've had to do so far. I felt as if I was not prepared for this level of javascript and found myself searching the web for solutions most of the time. This has been a big realizing to me that I will need to get more practice in!

Things I could not add because of time constraint:
- Final score does not show up at the ending screen.
- Submission of initials can not be submitted.
- media query has not been added.
- When time runs out it does not start the quiz over.

2. Overview

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

This is Takuya Matsumoto's Code Quiz

Desktop Screen Before Starting Quiz:

Front-Page

Desktop Screen After Clicking Start: Quiz-Start

When You Get Question Right: Quiz-Start

When You Get Question Wrong: Quiz-Start)

Ending Screen: Quiz-Start

3. Site Links

[github pages site] https://takuyamats.github.io/Code-Quiz/

[github repository site] https://github.com/TakuyaMats/Code-Quiz.git

4. Usage Tips

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 my score

5. Source Credits:

  1. Brian Design "Youtube"
  2. Web Dev Simplified "Youtube"
  3. Federico Dossena "Cool and Responsive Buttons"

6. License

MIT License

Copyright (c) [2021] [Takuya Matsumoto]

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.

About


Languages

Language:JavaScript 42.9%Language:CSS 39.8%Language:HTML 17.3%