Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.09 KB

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

Run dev in local: use yarn start to run up application,

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.

Run Test: use yarn test

Run up unit test in jest

Build the code in bundle: use yarn build

Run command and get /build dir

Deploy it to gh-page: use yarn deploy

The code will start building then deploy to the gh-page url which declared in package.json.

Spec Tools Usage

  • Material UI
    • CSS library for accelerating implementation.
  • Redux
    • Front end data state controller

Responsive Web Design Fit

  • Implement RWD with breakpoint and flexWrap, fit min width of 375px (iphone10 screen)

Something left to do.

  • Testing Part
    • Might need more in detail testing.