This is the final assessment project for Udacity's React & Redux course. This project was bootstrapped with Create React App.
The goal of this project is to better understand the working of Redux and getting a hands-on experience with a real world project.
Would You Rather is a popular game in which you are given two choices.
To see this app in action click here.
To get started developing right away:
- clone this repo
https://github.com/Manmohan7/react-would-you-rather.git
- install all project dependencies with
npm install
- start the development server with
npm start
Run npm run build
to build the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
To deploy the project on github pages, use the command npm run deploy
.