An open API service indexing awesome lists of open source software.

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/

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/