An app that lets the user play the game "Would you rather...?". The game works in this way: You pick one of the two options available for the question. The app shows the user how many people have chosen either of the answers and also shows the user which questions they have answered and which ones are unanswered. The user is able to make their own questions as well for them and other users to answer.
This project requires that you have Node installed. To check if you have it installed run the following on a terminal - node --version
If you do not have Node installed, please download and install.
`$ git clone or download https://github.com/DianiSN/reactnd-project-would-you-rather`
`$ cd would-you-rather`
`$ npm install`
npm install
will install the necessary modules for the project to work.
To start the project server
`$ npm start`
A browser tab will open with a port on the localhost that will show the home page of the project.
"Icons made by Roundicons from www.flaticon.com"