This is a educational React project we've developed at Trybe, it's proposal is to make a questions and answers game, with a specific timer for the answers, calculating the player's score in case of a hit. It also gives the option of consulting the ranking of the players and also access to the settings to be able to customize the game.
IN COLABORATION WITH
https://github.com/LuccaRendall
Gravacao.de.tela.de.01-10-2022.21.35.10.webm
Before start - enter the clonned repository and instal it's the dependencies by typing on your terminal: npm install once installed typy 'npm start' at your terminal to run it on your browser.
It was developed to request the a Q&A API and be #nefected from technologies such as React, Redux, CSS, Html and JavaScript.
My techinical contribution to this project:
-
Create a Redux store in React applications
-
Create reducers in Redux in React applications
-
Create Redux actions in React applications
-
Create Redux dispatchers in React applications
-
Connect Redux to React components
-
Create asynchronous actions in your React application that makes use of Redux.
-
Write tests to ensure your application has good test coverage.