A coffee ☕ delivery e-commerce front-end example done using React⚛️
- Render products for sale at home page
- Change quantity of product and send to cart
- Show cart item quantity number on header
- Address form with validation
- Change quantity of items on cart
- Remove item from cart
- Calculate cart sub-total and Total
- Confirm order
- Carry order details to success screen
The idea here is to exercise some react concepts and libraries like:
npm install
npm run dev