- This a Coffee Shop delivery application. Users can choose their favorite flavors, add them to the cart, buy and get them delivered wherever they want.
- Typescript
- React
- Vite
- Styled-Components
- React-Hook-Form
- Cep-Promise
- Phosphor Icons
- This project is one of the requirements of conclusion of the second module in Rocketseat's Ignite course. The goals are to practice React fundamentals and hooks such as Componentization, Proprierties, Immutability, useState, useEffect, Routes, Array methods, custom Hooks and work with local storage. The UI is based on a Figma prototype.
Deployed v1.0
- Add/Remove/Update quantity of products inside the cart;
- Autofill address fields using a valid postal code (through CEP-Promise API);
- Choose payment method;
- User's info/session will be stored inside browser local storage;