Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 826 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 826 Bytes

Project 2: 'Would You Rather' App

Project Overview

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

How to Run

  1. Clone or download the project from the top-right dropdown menu. (To clone use git clone https://github.com/nehal96/react-nd.git).

  2. Enter the p2-would-you-rather directory.

  3. Run npm install to install all project dependencies.

  4. Run npm start to start the dev server.