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,DifficultyandCategory.
The number ofQuestionsis the only required one
If you don't choose the difficulty and category, they will be RANDOM.
And if you press theResetbutton, that will RESET all the fields.

-
After the
API request, you will be able to select only oneanswerperquestionthat will show to you if you arerightorwrong, in case you are WRONG, it will show in green, theCORRECT ANSWER.
-
When you answer all the questions, it will show a
Final Resultscreen containing all answers.

-
The final result will be save in the
localstorageand you will be able to see it in the initial quiz screen, by clicking in the bottom icon.

Christofer Guimarães - LinkedIn - christoferguima@gmail.com
Project Link: https://github.com/ChristoferGuimaraes/quizzer-game
