Simple application to answer and create "Would you rather?" style questions.
Clone the GitHub repository and use npm to install.
$ git clone https://github.com/edgarinvillegas/reactnd-would-you-rather.git
$ cd reactnd-would-you-rather
$ npm install
Run it with npm:
$ npm start
Then open http://localhost:3000/ in your browser and voilá, start answering polls!.
This is just a repository to practice React, so it's not intended to receive contributions. However, feel free to submit a pull request if you do want to contribute.
##License MIT