Skip to content

Manmohan7/react-would-you-rather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would You Rather Project

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.

About the project

Would You Rather is a popular game in which you are given two choices.

Working

To see this app in action click here.

Development Server

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

Build

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.

Gh-pages

To deploy the project on github pages, use the command npm run deploy.