https://github.com/tanvir-robin/foodpanda-web-clone
This project implements the Foodpanda web clone with location tracking and restaurant matching functionalities. It has alos restaurant owner management portal where he can manage orders, items and others.
https://github.com/tanvir-robin/foodpanda-web-clone
flutter-web food-delivery foodpanda-clone location-based restaurant-management
Last synced: about 2 months ago
JSON representation
This project implements the Foodpanda web clone with location tracking and restaurant matching functionalities. It has alos restaurant owner management portal where he can manage orders, items and others.
- Host: GitHub
- URL: https://github.com/tanvir-robin/foodpanda-web-clone
- Owner: tanvir-robin
- Created: 2024-04-19T16:36:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T16:57:00.000Z (about 1 year ago)
- Last Synced: 2024-04-19T17:39:23.511Z (about 1 year ago)
- Topics: flutter-web, food-delivery, foodpanda-clone, location-based, restaurant-management
- Language: Dart
- Homepage:
- Size: 3.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
---
# Flutter Web
Foodpanda offers a comprehensive solution for restaurant owners and customers. With location tracking-based restaurant registration, a seamless ordering system, and user-friendly interfaces. Foodpanda aims to enhance the food delivery experience for both restaurant owners and customers. I tried to reproduce their web and functions with Flutter Web
## Features
- *Location-based Restaurant Registration*: Restaurant owners can easily register their establishments based on their location, making it convenient for customers to find nearby dining options.
- *Restaurant Ordering System*: Customers can browse through a variety of restaurants, view menus, and place orders effortlessly through the intuitive ordering system.
- *Customer Login*: Users can create accounts, log in, and manage their profiles to streamline the ordering process for future transactions.
- *Restaurant Login*: Restaurant owners have access to their own dashboards where they can manage items, update order statuses, and track performance.
- *Owner Management*: Restaurant owners can efficiently manage their items, update availability, and keep track of orders in real-time.
- *Self-Registration*: Restaurant owners have the flexibility to register their establishments independently, simplifying the onboarding process.## Getting Started
To get started with Flitter Web, follow these steps:
1. *Clone the Repository*: Clone the Flitter Web repository to your local machine using the following command:
```
git clone https://github.com/yourusername/flitterweb.git
cd
```2. *Install Dependencies*: Navigate to the project directory and install dependencies by running:
```
flutter pub get all
```3. *Start the Server*: Once the dependencies are installed and environment variables are set, start the server by running:
```
flutter run
```5. *Access the Application*: Open your web browser and navigate to http://localhost: to access the Flitter Web application. (This step will be automatically done by Flutter SDK)
## Technologies Used
- Frontend: Flutter & Dart
- Backend: Google MAP API, Google Places, Cloud Functions
- Database: Firebase Firestore
- Authentication: JSON Web Tokens (JWT)## Contributing
We welcome contributions from the community to improve Flitter Web. If you'd like to contribute, please fork the repository, make your changes, and submit a pull request.
---
Feel free to customize this readme according to your project's specific details and requirements!