Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mleftwich/jsquiz
Multi-choice JavaScript Quiz
https://github.com/mleftwich/jsquiz
Last synced: 7 days ago
JSON representation
Multi-choice JavaScript Quiz
- Host: GitHub
- URL: https://github.com/mleftwich/jsquiz
- Owner: mleftwich
- Created: 2022-06-08T06:41:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T03:49:04.000Z (about 2 years ago)
- Last Synced: 2024-11-06T03:48:25.645Z (about 2 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![MIT](https://img.shields.io/static/v1?label=License&message=MIT&color=green)
# JavaScript Quiz
## Table of Contents
* [Description](#description)
* [Technologies](#technologies)
* [Installation](#installation)
* [Usage](#usage)
* [Contributing](#contributing)
* [Guidelines](#guidelines)
* [Tests](#tests)
* [License](#license)
* [Questions](#questions)
---## Description
Simple JavaScript Quiz built using.. JavaScript. Upon visiting the application the user is presented with a title, and a button to start the quiz. Once started, the user is presented with the first question and the timer starts a count of 60 seconds. Based on 10 questions of varying difficulty, each correct answer is worth a single point, and an incorrect answer deducts 10 seconds from the timer. On completion the user can save their score under their initials and compare high scores.
![screenshot](./assets/imgs/screenshot.png)## Technologies
* HTML
* Water.css
* JavaScript
## Installation
No installation required, visit the URL to use.## Usage
Application can be used [here](https://mleftwich.github.io/JSQuiz/).## Contributing
If you'd like to contribute, reach out through the email listed below.## Guidelines
Take the quiz multiple times to improve your knowledge.## Tests
Tests conducted in development.## License
Licensed under [MIT](https://opensource.org/licenses/MIT)---
## Questions
For any questions you can find me at [GitHub](https://github.com/mleftwich) or email me at [[email protected]](mailto:[email protected])