Would You Rather

Would You Rather is a responsive a polling game that presents the user with a series of questions.

It's built with React, Redux, React Router, & Redux Thunk.

This app is the second of three projects required for Udacity's React Nanodegree program.

Installation

Clone the repository, change directories, and use NPM to install the dependencies.

$ cd would-you-rather-react
$ npm install

Start the project

The project can be run with

  • npm start