This is the second project of three in Udacity's React Nanodegree. This web app 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. 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.
Built with
Clone the repository
> git clone https://github.com/dhatGuy/reactnd-would-you-rather.git
> cd reactnd-would-you-rather
Run
> npm i
to install necessary dependencies.
> npm start
View project in the browser at
localhost:3000
Visit Would You Rather
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Distributed under the MIT License. See LICENSE for more information.