https://github.com/aleksandromilenkov/reactquiz
Quiz App for testing React knowledge. Test yours here: https://aleksandro-reactquiz.netlify.app/
https://github.com/aleksandromilenkov/reactquiz
quizapp quizgame react reactjs usereducer usereducer-hooks
Last synced: about 2 months ago
JSON representation
Quiz App for testing React knowledge. Test yours here: https://aleksandro-reactquiz.netlify.app/
- Host: GitHub
- URL: https://github.com/aleksandromilenkov/reactquiz
- Owner: aleksandromilenkov
- Created: 2024-04-20T20:36:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T19:21:24.000Z (about 2 years ago)
- Last Synced: 2025-03-26T10:48:27.717Z (about 1 year ago)
- Topics: quizapp, quizgame, react, reactjs, usereducer, usereducer-hooks
- Language: JavaScript
- Homepage: https://aleksandro-reactquiz.netlify.app/
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#ReactQuiz
This is React.js quiz-application where you can test your React knowledge!
The Quiz has 15 questions where each question has points according to the question's difficulty.
There is also a time, you have only 3 minutes and 20 secundes to click on the right answer of every question.
As soon as you click on one of the 4 availabale answers, you immediately get response so you can see do you correctly answered or not.
You can keep track of on which question you are know and how many points you have.
I made this with useReducer hook.
The Quiz is hosted live, you can test your knowledge here: https://aleksandro-reactquiz.netlify.app/