A full-stack food order management platform built with modern technologies to streamline online food ordering, built for performance, scalability, and ease of use.
🚀 Live Demo: zaibten-food.vercel.app
- ⚛️ Frontend: React.js
- 🌐 Backend: Node.js
- 🔥 Authentication & Database: Firebase
- ☁️ Deployment: Vercel
✅ User Authentication (Login / Register via Firebase)
🍔 Browse Menu Items with Categories
🛒 Add to Cart and Place Orders
📋 Admin Panel for Order Management
📈 Real-Time Order Tracking
🎨 Clean, Responsive UI
Follow these steps to set up the project locally:
# Clone the repository
git clone https://github.com/zaibten/Zaibten-Food-Order-Management-System.git
cd Zaibten-Food-Order-Management-System
# Install frontend dependencies
cd client
npm install
# Install backend dependencies
cd ../server
npm install