Bhojan is a web-based platform designed for easy and convenient online food ordering. This project allows users to browse a menu, customize orders, and track their deliveries in real time. The platform is built with modern web technologies and supports seamless functionality across various devices.
- User-Friendly Interface: Browse, select, and customize meals with ease.
- Secure Transactions: All payments are encrypted for security.
- Real-Time Tracking: Keep track of your order's progress.
- Responsive Design: Works across desktops, tablets, and mobile devices.
- Customer Feedback: Allows users to leave reviews and feedback on their orders.
To get started with Bhojan, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/bhojan.git
- Navigate to the project directory:
cd bhojan
- Install dependencies:
npm install
- Start the development server:
npm run dev