Coffee Delivery is a web application built with React.js, Vite, Immer, and Tailwind CSS. The app was developed during the Rocketseat Ignite program as part of my learning journey. It aims to provide an e-commerce for buying coffee.
- Add products to your shopping cart
- Confirm and place orders
- User-friendly interface
Follow these steps to get the app up and running on your local machine.
- Node.js v18.17.1 or higher
- pnpm (package manager)
# Clone the repository
git clone https://github.com/msvalandro/02-desafio-coffee-delivery
cd 02-desafio-coffee-delivery
# Install dependencies
pnpm i
# Run the app
pnpm devThis project is licensed under the MIT License - see the LICENSE file for details.