Skip to content

MoatazNasr/Would-you-rather-proejct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would You Rather Project

The final assessment project for Udacity's React & Redux course. This project enables the user to play the “Would You Rather?” game. The game goes like this: A user is asked a question in the form: “Would you rather [option A] or [option B] ?”. Answering "neither" or "both" is against the rules. In the app, users are be able to answer questions, see which questions they haven’t answered, see how other people have voted, post questions, and see the ranking of users on the leaderboard.

Getting Starteed

  • You might use npm to start and install dependencies
  • You might use yarn to start and install dependencies

Installing

To download the project on your local machine

git clone https://github.com/MoatazNasr/Would-you-rather-project.git
cd My-reads-project 

To install dependencies and run the project with npm:

* install all project dependencies with npm install
* start the development server with npm start

To install dependencies and run the project with yarn:

* install all project dependencies with yarn install
* start the development server with yarn start

Note

The backend server is just faked , as the API that we get data from it just arrays not a real DB

Author

Moataz Nasr

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published