Skip to content

GabiNamu/Trivia

Repository files navigation

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.
login wallet login wallet login

Run locally:

  • 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

Run the Tests:

  • Use the below command inside your project directory
npm test

Authors:

Main technologies used:

  • React;
  • React Router;
  • API request;
  • JavaScript;
  • Redux;
  • Css;

About

Trivia is a question and answer game developed using react and redux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7