This is a simple web-app built with React and Redux that demonstrates the 'Would You Rather' game. A user is asked to select a username and then answer "would you rather" questions where he/she must select between two options. After selecting an option, the poll's result (how others voted) is shown. You may also create your own questions, as well as view the game's Leaderboard.
Click here to view the project
-
Clone or download the project from the top-right dropdown menu. (To clone use git clone
https://github.com/nehal96/react-nd.git
). -
Enter the
p2-would-you-rather
directory. -
Run
npm install
to install all project dependencies. -
Run
npm start
to start the dev server.