Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karendouglas/code-quiz
This project offers a timed quiz where users answer coding questions within 100 seconds, earning points for correct answers and losing time for incorrect ones. Built with JavaScript, HTML, and CSS, it uses dynamic programming and local storage to track scores. Whether you're a coding enthusiast or beginner, join us for a challenging game.
https://github.com/karendouglas/code-quiz
css dynamic-programming html5 javascript localstorage
Last synced: about 1 month ago
JSON representation
This project offers a timed quiz where users answer coding questions within 100 seconds, earning points for correct answers and losing time for incorrect ones. Built with JavaScript, HTML, and CSS, it uses dynamic programming and local storage to track scores. Whether you're a coding enthusiast or beginner, join us for a challenging game.
- Host: GitHub
- URL: https://github.com/karendouglas/code-quiz
- Owner: KarenDouglas
- Created: 2024-01-02T20:46:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T20:11:25.000Z (10 months ago)
- Last Synced: 2024-10-15T05:24:10.103Z (3 months ago)
- Topics: css, dynamic-programming, html5, javascript, localstorage
- Language: JavaScript
- Homepage: https://karendouglas.github.io/code-quiz/
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Guessing Game
## Live Site
[View the Live Site](https://karendouglas.github.io/code-quiz/)
![Screenshot 2024-01-04 225243](https://github.com/KarenDouglas/code-quiz/assets/79128405/a0f90874-22e5-478f-997e-923711d51070)# Description
Welcome to my Coding Quiz Game repository! This project offers users an exciting and educational experience where they can test their coding knowledge in a timed quiz format. Players have 100 seconds to answer as many questions as possible, gaining points for each correct answer and losing time for incorrect ones. Built with JavaScript, HTML, and CSS, this app utilizes dynamic programming techniques to create an interactive and challenging quiz environment. Additionally, local storage is employed to keep track of scores, allowing users to compete with themselves or others for the highest score. Whether you're a coding enthusiast looking to brush up on your skills or a beginner eager to learn, this Coding Quiz Game provides a stimulating platform for growth and enjoyment. Join us in the quest for knowledge and fun!## My Process
### Built With
- Semantic HTML
- CSS
- JavaScript
- Figma
- Local Storage## Author
- LinkedIn: [@KarenDouglas](https://www.linkedin.com/in/karen-douglas-344974246/)
- Frontend Mentor: [@KarenDouglas](https://www.frontendmentor.io/profile/KarenDouglas)
- Twitter: [@CodeNoob4Life](https://twitter.com/CodeNoob4Life)