Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 780 Bytes

File metadata and controls

19 lines (10 loc) · 780 Bytes

Udacity Would You Rather Project

In the "Would You Rather?" Project, we will build a web app that lets a user 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 our app, users will 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.

Available Scripts

  • install all project dependencies with npm install

To run the application, in the project directory, run following commands :

npm start

or

yarn start

In your browser Open [http://localhost:3000] to view the application.