Skip to content

filipesaretta/coffeeDelivery

Repository files navigation

Coffe Delivery

Tech   |    Projeto   |    Getting Started

Project

Live here: https://coffee-delivery-filipesaretta.vercel.app/ coffe-delivery

Tech

  • React
  • Typescript
  • Styled-components

Getting Started

Clone the project and access the folder.

git clone https://github.com/filipesaretta/coffeeDelivery

cd coffeeDelivery

Install the dependencies and start.

npm install

npm run dev

About Project

The challenge was to build a coffe delivery shop where you can add and remove items from the cart, save to the localStorage, make a form where you can add the address to send the coffe. Great to practice handling with states, components and contextAPI.