Would You Rather is a react application which fetches "would you rather" questions from an API. This web application also allows you to create "would you rather" questions and answer them aswell.
Clone the GitHub repository to your directory of choice. Then install all dependencies by running the following command:
$ git clone https://github.com/trentschnee/would-you-rather.git
$ cd would-you-rather
$ npm install
Run the development server with live reload by running the following command:
$ npm start
If for some reason a browser doesn't open after you run the command, http://localhost:3000 is the link your development server.
Build the Would You Rather project for production by running the following command:
$ npm run build
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.
This project is licensed under the MIT License - see the LICENSE file for details