Project created with Vite, ReactJS, Tailwind and Radix-ui.
On this application, I've used React hook form to handle with controlled and uncontrolled inputs and zod as validation.
- Select coffee and quantity
- Add and delete product on cart
- Uncontrolled form to insert delivery address
- Controlled form to set payment method
NPM
npm install
npm run dev