Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erickks/quiz
Are you capable?
https://github.com/erickks/quiz
css html javascript logic-programming
Last synced: 2 days ago
JSON representation
Are you capable?
- Host: GitHub
- URL: https://github.com/erickks/quiz
- Owner: ErickKS
- Created: 2022-08-28T17:03:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T23:23:42.000Z (about 1 year ago)
- Last Synced: 2023-08-21T00:28:06.896Z (about 1 year ago)
- Topics: css, html, javascript, logic-programming
- Language: JavaScript
- Homepage: https://erickks.github.io/quiz/
- Size: 11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
⚜️ Q U I Z ⚜️
Project |
Technologies |
Features
## 📚 Project
My quiz project consists of 8 quizzes in total on various topics. Are you able to answer all of them?
The development of the quiz project aimed to enhance my skills in data manipulation and validation, as well as DOM manipulation through JavaScript.
## 🖥 Technologies
- [Html](https://www.w3schools.com/html/)
- [Css](https://www.w3schools.com/css/)
- [Javascript](https://www.javascripttutorial.net/)
## 🧾 Features
- [x] Get the nickname on register
- [x] Dynamically fetching quiz data
- [x] Validation of the selected choices
- [x] Displaying the number of correct answers at the end of the quiz
- [x] Option to retake the quiz or go back to the menu.