A modern and interactive food ordering app built with React. Browse delicious food items, manage your cart with ease, filter by category, and head to checkout — all in a smooth, user-friendly experience. Ideal for food delivery or grocery platforms!
- 🛒 Add & Remove Items — Easily manage products in your cart
- ➕ Quantity Control — Increase or decrease item quantity
- 🍔 Category Filter — View items by selected category
- 🧹 Clear UI — Remove items from cart you don’t want
- 💳 Checkout Flow — Simple and clear checkout process
- 🔐 Sign Up / Login UI — Allow users to sign up or log in through a clean interface
- Frontend: React 18 + Vite
- State Management: useState, useContext
- Styling: CSS
- Hosting: Netlify
git clone https://github.com/your-username/tomato-ecommerce-app.git
cd tomato-ecommerce-app
npm install
npm run dev