FOR GANDA
# Ganda Restaurant Food Ordering System
A comprehensive web-based food ordering system for small-scale restaurants, developed as a diploma project for Bugema University.
## 🌐 Live Demo
**Customer Site**:
https://[your-username].
github.io
**Admin Panel**:
https://[your-username].
github.io
**Admin Login Credentials:**
- Email: `admin@gandarestaurant.ug`
- Password: `admin123`
## Project Overview
This system addresses the need for modern online food ordering solutions for small restaurants in Uganda, specifically designed for Ganda Restaurant in Nansana-Wakiso. It provides a complete end-to-end solution from menu browsing to order management.
## Features
### Customer-Facing Features
- **Responsive Web Design**: Works seamlessly on desktop, tablet, and mobile devices
- **Menu Browsing**: Browse food items by category with detailed descriptions and images
- **Shopping Cart**: Add/remove items, update quantities, view real-time totals
- **Secure Checkout**: Multiple payment options (Cash, Mobile Money, Cards)
- **Order Tracking**: Real-time order status updates
- **Customer Account Management**: Save addresses and order history
### Restaurant Management Features
- **Admin Dashboard**: Comprehensive overview of orders, revenue, and statistics
- **Order Management**: View, update, and track all customer orders
- **Menu Management**: Add, edit, and remove menu items and categories
- **Customer Management**: View customer information and order history
- **Staff Management**: Manage restaurant staff with role-based access
- **Reports & Analytics**: Generate sales reports and business insights
## Technology Stack
### Frontend
- **HTML5**: Semantic markup structure
- **CSS3**: Modern styling with Bootstrap 5 framework
- **JavaScript**: Interactive functionality and dynamic content
- **Font Awesome**: Icon library for UI elements
### Backend (Ready for Implementation)
- **PHP**: Server-side scripting and business logic
- **MySQL**: Relational dat …