An Ecommerce website. Open [http://nmh-shop.tk] to view the online demo for it!
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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!
Check document at https://github.com/zandoan/turing-frontend
Frontend stack: ReactJS, Redux
UI Framework: Bootstrap 4
To have navigate and search quickly between codeblock. There are following prefix
were used.
api
for api functions.Comp
forcomponent
.action
for redux action creators.
This project is compliant with the TypeScript declaration. It's helpful for coding confidency.
- Backend was not ready for the Cart yet. Check issues reported at https://github.com/zandoan/turing-frontend/issues
- The complete checkout process was not implemented yet due to lacking of information.
- Site map is not clear enough to implement. In the mean time only /search and /product routers available to be used.