https://github.com/drkittendorf/code-quiz
Coding Quiz Game
https://github.com/drkittendorf/code-quiz
bootstrap javascript setinterval-timer
Last synced: 3 months ago
JSON representation
Coding Quiz Game
- Host: GitHub
- URL: https://github.com/drkittendorf/code-quiz
- Owner: drkittendorf
- Created: 2020-05-10T21:42:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T03:41:10.000Z (about 4 years ago)
- Last Synced: 2025-01-25T13:07:28.722Z (5 months ago)
- Topics: bootstrap, javascript, setinterval-timer
- Language: JavaScript
- Homepage: https://drkittendorf.github.io/04CodeQuiz/
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Quiz
### TABLE OF CONTENTS
- [CONTRIBUTOR(S)](#CONTRIBUTORS)
- [DESCRIPTION](#DESCRIPTION)
- [REFERENCE LINKS](#REFERENCE-LINKS)
- [Dale's Code Quiz Application :: Live Link](https://drkittendorf.github.io/code-quiz/)
- [Dale's Code Quiz Application :: GitHub Repo](https://github.com/drkittendorf/code-quiz/)
- [CONCEPT](#CONCEPT)
- [LANGUAGES AND TOOLS](#LANGUAGES-AND-TOOLS)
- [CORE PROJECT TECHNOLOGIES](#CORE-PROJECT-TECHNOLOGIES)
- [FUTURE DEVELOPMENT](#FUTURE-DEVELOPMENT)
- [LICENSING](#LICENSING)
- [SCREENSHOTS](#SCREENSHOTS-AND-VIDEO)---
## CONTRIBUTORS
Dale Kittendorf
---
## DESCRIPTION
This website **showcases** an application with a timer, as well as in page question and response mechanism.
- When a user starts the app they will be presented with a button to Begin a Code Quiz.
- When the user clicks the button, a countdown timer will begin in the header,
a question will then be presented in the box below the start button.
- When the user selects True or False, the next question appears in the text box.
- When an incorrect answer is selected 5 additional seconds are removed from the countdown timer.
- After the questions are complete or the time runs out,
the user is prompted to enter their initials and it is saved with their score.
---
## REFERENCE LINKS
Link to **Dale's Code Quiz App** deployed on github - [Dale's Application Live Link](https://drkittendorf.github.io/code-quiz/)
Link to **GitHub Repo** used for application development - [Dale's Application GitHub Repo](https://github.com/drkittendorf/code-quiz)
---
## LANGUAGES AND TOOLS:
![]()
![]()
![]()
![]()
---
### CORE PROJECT TECHNOLOGIES
Here is a list of all the core technologies used to develop this application.
- Javascript
- Bootstrap
- Google Fonts
- setInterval function
---
## FUTURE DEVELOPMENT
For `future` development, I would like to incorporate the following `enhancements` into my portfolio:
- Complete High Score storage
- Work on styling
- Add more questions---
## LICENSING
[](https://opensource.org/licenses/MIT)The code in this project is licensed under MIT license.
---
## SCREENSHOTS AND VIDEO
- ### SCREENSHOT(S)

- ### VIDEO
(TBD)---