This project is an application to manage a shopping cart from a fictitious coffee shop, which contains the following features:
- List of products (coffees) available for purchase
- Add a specific amount of items in the cart
- Increase or remove the number of items in the cart
- Form to fill their address
- Display the total items in the cart in header
- Display the total value of the sum of items in the cart multiplied by the value of each
You can see it live --> LIVE PAGE.
Clone this repository:
git clone https://github.com/edu2andrade/coffee-delivery.git
Install dependencies:
yarn
Start development environment:
yarn dev
This project is under MIT License.
Made with 🤘 by Eduardo Andrade