Technical test built Edit Order page with React, Webpack support responsive with these breakpoints
- Phone / Phablet (< 768px)
- Tablet (> 768px and < 1024px)
- Desktop (> 1024px)
According to Atomic Design this project distinct component to 3 levels
- Atoms
- Molecules
- Organisms
- Clone this project
- In base directory of project
npm install
npm run start
- Site will be ready at
http://localhost:8080
Viewing components that use in this project with Storybook
- In base directory of project
npm run storybook
- Visit
http://localhost:9001
- Chrome / Chrome mobile (iOS/Android)
- Firefox / Firefox mobile (iOS/Android)
- Safari / Safari mobile
- IE10 / Edge and above