Would You Rather

Web app that lets a user play the “Would You Rather?” game. The game goes like this: A user is asked a question in the form: “Would you rather [option A] or [option B] ?”. Answering "neither" or "both" is against the rules. Built with React, Redux, React Router, & Redux Thunk.

Requiremnt

to install and run this app you need

  • Node.js
  • NPM _ command line terminal

How to install and run the app

cd to main project directory and run the following commands: npm install and then npm start.

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.