"Would you rather..." is a React & Redux 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.
The project uses Node.js and the Create-React-App starter.
If you do not have Node >= 6.x installed, you can download it here: Node.js
- Clone the repo
git clone https://github.com/thepembeweb/would-you-rather.git
- Install project dependencies with
npm install
- Start the development server with
npm start
- Open the browser at
localhost:3000
- React - The web framework used
- Redux - The state management library used
- React Router - The routing library used
- Pemberai Sweto - Initial work - Would you rather
- This project is licensed under the MIT License - see the LICENSE.md file for details
- Copyright 2018 © Pemberai Sweto.