Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauryiv/js-quiz-game
https://github.com/mauryiv/js-quiz-game
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauryiv/js-quiz-game
- Owner: MauryIV
- License: mit
- Created: 2024-01-25T01:04:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T01:29:43.000Z (12 months ago)
- Last Synced: 2024-10-15T05:23:36.569Z (3 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Quiz Game
## Description
Here is a quick quiz that keeps track of high scores and run through some questions about simple JavaScript.
https://mauryiv.github.io/js-quiz-game/## Visuals
![Screenshot 2024-01-24 at 6 08 37 PM](https://github.com/MauryIV/js-quiz-game/assets/146037880/0c2551a1-7bba-402f-8840-7673ea0c96de)
![Screenshot 2024-01-24 at 6 08 53 PM](https://github.com/MauryIV/js-quiz-game/assets/146037880/2e0f5821-7651-4989-832b-8eb649f46129)
![Screenshot 2024-01-24 at 6 10 00 PM](https://github.com/MauryIV/js-quiz-game/assets/146037880/970fb1a7-5757-4750-b8d0-59d76a4403a5)## Usage
Could be used to practice learning some simple JavaScript or just for fun!## Roadmap
I want to fix the bug. The bug has something to do with the highscore button on the top left, if it is pressed after quiz starts, it will mess up the game.## Contributing
I'd love some contribtions on how to fix the bug.## Authors and acknowledgment
Thank you to the DU bootcamp and the tutors for helping me better understand ways to approach this program.## License
Refer to LICENSE.## Project status
Mostly completed, but still in progress.