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.
- You might use npm to start and install dependencies
- You might use yarn to start and install dependencies
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
The backend server is just faked , as the API that we get data from it just arrays not a real DB