A frontend-only e-commerce restaurant platform inspired by Swiggy and Zomato.
- React 18 + Vite
- Tailwind CSS with custom color palette
- React Router DOM
- React Icons
- Install dependencies:
npm install- Start development server:
npm run dev- Open http://localhost:5173 in your browser
src/
├── components/
│ ├── customer/
│ │ └── layout/
│ ├── admin/
│ │ └── layout/
│ └── shared/
├── pages/
│ ├── customer/
│ └── admin/
├── context/
├── services/
└── utils/
- Email: john.doe@example.com, Password: Password123!
- Email: jane.smith@example.com, Password: Password123!
- Email: admin@example.com, Password: Admin123!
- Browse food by categories (Indian, Chinese, South, Tandoor)
- Search and filter menu items
- Shopping cart and checkout
- Order tracking and history
- User profile and address management
- Deals and promotions
- Dashboard with analytics
- Order management
- Menu management
- Delivery management
- Customer management
- Reports and analytics