"Would you rather" is an app in which u can create a quiz and answer to the questions of others. To use this app first u need to clone this application.
$ git clone https://github.com/mhkasif/Would-you-rather
After this you need to change your directory to the folder If the folder name is would-you-rather, then
$ cd would-you-rather
After navigating to project folder, you need to download all the dependencies required to make this project run.
$ yarn
or
$ npm install
Now you have to start the project.
$ yarn start
or
$ npm start