https://github.com/ncastaldi/hw4-code_quiz
Assignment: Code Quiz
https://github.com/ncastaldi/hw4-code_quiz
quiz
Last synced: 10 months ago
JSON representation
Assignment: Code Quiz
- Host: GitHub
- URL: https://github.com/ncastaldi/hw4-code_quiz
- Owner: ncastaldi
- License: mit
- Created: 2020-12-09T17:52:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-16T01:47:29.000Z (over 5 years ago)
- Last Synced: 2025-02-24T00:26:54.458Z (over 1 year ago)
- Topics: quiz
- Language: JavaScript
- Homepage: https://www.castaldi.dev/hw4-code_quiz/index.html
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Assignment: Code Quiz
## Description
For this assignment, we were asked to build a timed coding quiz with multiple-choice questions. The app runs in the browser, and features dynamically updated HTML and CSS powered by JavaScript code. It has have a clean, polished, and responsive user interface.
Live Site: [https://www.castaldi.dev/hw4-code_quiz/index.html](https://www.castaldi.dev/hw4-code_quiz/index.html)
## Table of Contents
* [Known Issues](#knownissues)
* [Installation](#installation)
* [Usage](#usage)
* [Credits](#credits)
* [License](#license)
* [Badges](#badges)
* [Features](#features)
## Known Issues
**High Scores** -- Currently there is an issue capturing multiple high scores. A user's current score is stored in local storage, but only one at a time.
## Installation
Installation requires uploading the application files and folders to root of web server.
## Usage
GitHub Repository: [https://github.com/ncastaldi/hw4-code_quiz](https://github.com/ncastaldi/hw4-code_quiz)

Live Site: [https://www.castaldi.dev/hw4-code_quiz/index.html](https://www.castaldi.dev/hw4-code_quiz/index.html)

## License
MIT License
Copyright (c) [2020] [Nathan Castaldi]
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.
## Badges
[](https://github.com/ncastaldi/hw4-code_quiz/blob/main/license.txt)