An open API service indexing awesome lists of open source software.

https://github.com/irenaeus-xvi/tasty-bites-app

Final Project for course mobile development using flutter.
https://github.com/irenaeus-xvi/tasty-bites-app

api bcrypt dart fluttertoast fluuter http sqflite yummy-recipes

Last synced: over 1 year ago
JSON representation

Final Project for course mobile development using flutter.

Awesome Lists containing this project

README

          

# 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](https://flutter.dev/docs/get-started/install).

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:

- flutter: [Flutter Framework](https://flutter.dev/)
- fluttertoast: [Fluttertoast Package](https://pub.dev/packages/fluttertoast)

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.