Trivia / Demo
Trivia is a question and answer game developed using react and redux, in a team with the support of a kanban board. This application is capable of:
- Log in to the game and, if the email is registered on the Gravatar website, have your photo associated with the user's profile;
- Access the page referring to the game, where you must choose one of the available answers for each of the questions presented. The answer must be marked before the time counter reaches zero, otherwise the answer is considered wrong;
- Be redirected, after 5 answered questions, to the score screen, where the text shown depends on the number of correct answers;
- View the ranking page, if you like, at the end of each game;
- To set up some options for the game in a settings screen accessible from the app's header.
- First clone the repository into your machine
git clone [email protected]:GabiNamu/Trivia.git
- Go to the project directory
cd Trivia
- Install dependencies
npm install
- Start the server
npm start
- Use the below command inside your project directory
npm test
- React;
- React Router;
- API request;
- JavaScript;
- Redux;
- Css;