Would You Rather is a fully responsive and mobile-ready 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.
- Live Demo: https://reactnd-would-you-rather.netlify.app
- Code Notes: Step-by-step walk-though of how this project was built
Clone the repository, change directories, and use NPM to install the dependencies.
$ git clone https://github.com/james-priest/reactnd-project-would-you-rather.git
$ cd reactnd-project-would-you-rather
$ npm install
The project can be run with
npm start
The project can be viewed in the browser at