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

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

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)

![Repo Screenshot](./assets/images/reposcreenshot.png)

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

![Site Screenshot](./assets/images/sitescreenshot.png)

## 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

[![GitHub license](https://img.shields.io/github/license/ncastaldi/hw4-code_quiz?style=for-the-badge)](https://github.com/ncastaldi/hw4-code_quiz/blob/main/license.txt)