Skip to content

Irenaeus-XVI/Tasty-Bites-App

Repository files navigation

Tasty-Bites-App

This is a Flutter application developed as part of a final project for Mobile Application course. It showcases various features and functionalities of Flutter to build a meal ordering app.

Features

  • Make your own account
  • Enhanced security for your account
  • View a list of meal categories
  • Explore meals within each category
  • View meal details including name, image, description, and calorie count
  • Add meals to the cart
  • Display a toast message when a meal is added to the cart

Screenshots

Getting Started

To run this application on your local machine, follow these steps:

  1. Ensure that you have Flutter installed. If not, follow the Flutter installation guide.

  2. Clone this repository to your local machine using the following command:

    git clone https://github.com/Irenaeus-XVI/Tasty-Bites-App.git

  3. Change to the project directory:
    cd Tasty-Bites-App

  4. Run the app using the Flutter CLI:

    flutter run

This will launch the app on your connected device or emulator.

Dependencies

This project relies on the following dependencies:

For detailed information about the dependencies and their versions, please refer to the pubspec.yaml file in the project.

Contributing

Contributions are welcome! If you find any issues or want to enhance the app, feel free to open a pull request.