Skip to content

edilsonmatola/food_delivery_ui_flutter

Repository files navigation

Food Delivery UI App

This is a flutter project for a restaurant and Food Delivery UI app that showcases the menu, details of the restaurant, and allows users to make orders.

Screenshots

Here are some screenshots of the app:

               

Features

The app provides the following features:

A home screen that displays nearby restaurants and recent orders. A details screen that displays information about the restaunrant. A cart screen that displays the items the user has added to their cart and the total price.

Installation

1. Clone the repository
git clone https://github.com/edilsonmatola/food_delivery_ui_flutter.git
2. Move to the desired folder
cd food_delivery_ui_flutter
3. To run the app, simply write the following commands:
flutter pub get
# flutter emulators --launch "emulator_id" (to get Android Simulator)
open -a simulator (to get iOS Simulator)
flutter run
flutter run -d chrome --web-renderer html (to see the best output)

Contributing

Contributions to the project are welcome. To contribute, please follow these steps:

  1. Fork the project.
  2. Create a branch for your feature/fix.
  3. Write code and tests for your feature/fix.
  4. Push your changes to your branch.
  5. Create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.