An online pizza order page demonstration.
This project was build on React and Redux.
https://alun777.github.io/pizza-creator/
- First built on React along.
- Adopted Redux and React Redux to manage the state.
- Added a middleware Redux-thunk to allow async logic with the store.
- Applied immutable.js to improve performance .
npm i
to install the app's npm dependencies
npm run start
to start the hot-reloading development server- open http://localhost:3000/ to open the site in a browser
- Jest + Enzyme
- Test Coverage: 92.74%
npm run test:unit
to check the test result
- ESLint
- Airbnb JavaScript Style
- Chao YIN, [email protected]