An open API service indexing awesome lists of open source software.

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

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:
Visual Studio Code
HTML5
CSS3
JavaScript
GitHub




---

### 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
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

The code in this project is licensed under MIT license.

---

## SCREENSHOTS AND VIDEO

- ### SCREENSHOT(S)

![Screenshot](assets/images/Screenshot_of_Code_Quiz.png "Code Quiz")


- ### VIDEO
(TBD)

---