/coffee-delivery

A simple Coffee Delivery App to training State Management and Local Storage

Primary LanguageTypeScript

Project Image License

Coffee Delivery

A simple Coffee Delivery App with Redux Toolkit to manage states

💻 About Project

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

🔧 Technologies used

You can see it live --> LIVE PAGE.


:octocat: How to test and install

Clone this repository:

git clone https://github.com/edu2andrade/coffee-delivery.git

Install dependencies:

yarn

Start development environment:

yarn dev

📝 License

This project is under MIT License.

👽 Author

Made with 🤘 by Eduardo Andrade