Skip to content

andresilveira1/coffee-delivery

Repository files navigation

Coffee Delivery

The "coffee delivery" is a fictitious store that offer multiple coffee flavors.

Project created with Vite, ReactJS, Tailwind and Radix-ui.

preview


On this application, I've used React hook form to handle with controlled and uncontrolled inputs and zod as validation.

Features

  • Select coffee and quantity
  • Add and delete product on cart
  • Uncontrolled form to insert delivery address
  • Controlled form to set payment method

For run

NPM

npm install
npm run dev

MIT License