Would you Rather is a app where a user answers question consisting of 2 options, and the user have to pick one. The user add his questions which others can answer.
This app is a project for the Udacity React Nanodegree Program. This is for to demonstrate understanding of how Redux works in a React based web app.
To get Started
- Run by
npm install
Command. - And then Start the server by
npm start
Command.