/shopmate

A front end challenge from Turing.

Primary LanguageTypeScript

SHOPMATE

An Ecommerce website. Open [http://nmh-shop.tk] to view the online demo for it!

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Backends

Check document at https://github.com/zandoan/turing-frontend

Frameworks

Frontend stack: ReactJS, Redux

UI Framework: Bootstrap 4

Prefix

To have navigate and search quickly between codeblock. There are following prefix were used.

  1. api for api functions.
  2. Comp for component.
  3. action for redux action creators.

Type defs

This project is compliant with the TypeScript declaration. It's helpful for coding confidency.

Known Issues

  1. Backend was not ready for the Cart yet. Check issues reported at https://github.com/zandoan/turing-frontend/issues
  2. The complete checkout process was not implemented yet due to lacking of information.
  3. Site map is not clear enough to implement. In the mean time only /search and /product routers available to be used.