Skip to content

allenlili/would-you-rather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would You Rather?

Would You Rather is a family game. The goal of this project is to show my skills on React and Redux to build page.

Demo

Getting Started

Prerequisites

Local Environment: node8, npm5

Local Running && Testing

$ cd would-u-rather
$ npm install
$ npm start

Access website by localhost:3000.

Deployment

Please check package.json

The “homepage” specifies the host path where you want to host the application. The template for the URL is: https://[your-user-name].github.io/[your-repo-name]/ “predeploy” specifies the command to build before deployment. “deploy” specifies which branch and directory to deploy.

npm run deploy

Specification

The _DATA.js file represents a fake database and methods that let you access the data.

Data

There are two types of objects stored in our database:

  • Users
  • Questions

Built With

Authors

  • Allen Li

License

This project is licensed under the MIT License - see the LICENSE.md file for details