Would You Rather is a simple game where players get to choose one of two choices on a question! This projected was created using ReactJS framework
the project requires Node.js to run.
Start by cloning the Git Repo https://github.com/Jupi2051/would-you-rather then install using the following set of commands
git clone https://github.com/Jupi2051/would-you-rather
cd would-you-rather
npm install
npm install --global yarn
Use this command in the Directory of the project to start up the server.
yarn start
Open http://localhost:3000 to view it in the browser.