- HTML structure from Figma mock up
- SCSS styles from Figma mock up
- React components from HTML chunks
- Fetch service to Fetch items
- Pages and use of React Router
- Cart component
- Checkout page
- Modal component
- Fixes and refactoring
# Clone this repository
$ git clone git@github.com:mux-mux/coffeeHouse.git
# Go into the repository
$ cd coffeeHouse
# Install dependencies
$ npm install
# Start React App
$ npm start