Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 911 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 911 Bytes

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.