Tech | Projeto | Getting Started
Live here: https://coffee-delivery-filipesaretta.vercel.app/
- React
- Typescript
- Styled-components
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
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.