Skip to content

erick-ol/react-trivia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivia Game made with React

This was a group project developed in the Software Development Course at Trybe. In this project we were able to catch questions and their answers from the Open Trivia Database API and use React to show our users their feedback and ranking after they played the game. We also used Gravatar to show the users their photo while they are playing. This project had the contribution of: Erick Santos (me) Aline Hoshino Douglas Drozda Lucas Santos Sthephany Caroline

To access the deployed project: https://trivia-react.vercel.app/

Images from the project

How to download and run the project code

First of all you need to download the project files, you can do this usin git.

git clone git@github.com:erick-ol/react-trivia.git

After you clone the repository you need to enter the folder that contains the project you just downloaded and install all the dependencies of this application.

npm install

Then you just need to start your application to have fun and learn a lot more.

npm start