A simple Quiz Game that was developed while I was studying and learning Frontend Development with ReacJS.
Libs and Frameworks that was used:
Click Here to view the live demo.
- Clone the repo
git clone https://github.com/ChristoferGuimaraes/quizzer-game.git
- Install NPM packages
npm install
- Run project
npm start
-
You can select the number of
Questions
,Difficulty
andCategory
.
The number ofQuestions
is the only required one
If you don't choose the difficulty and category, they will be RANDOM.
And if you press theReset
button, that will RESET all the fields.
-
After the
API request
, you will be able to select only oneanswer
perquestion
that will show to you if you areright
orwrong
, in case you are WRONG, it will show in green, theCORRECT ANSWER
.
-
When you answer all the questions, it will show a
Final Result
screen containing all answers.
-
The final result will be save in the
localstorage
and you will be able to see it in the initial quiz screen, by clicking in the bottom icon.
Christofer Guimarães - LinkedIn - [email protected]
Project Link: https://github.com/ChristoferGuimaraes/quizzer-game