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.
- Host: GitHub
- URL: https://github.com/irenaeus-xvi/tasty-bites-app
- Owner: Irenaeus-XVI
- Created: 2023-05-16T23:29:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T10:59:39.000Z (about 3 years ago)
- Last Synced: 2025-01-14T01:41:41.505Z (over 1 year ago)
- Topics: api, bcrypt, dart, fluttertoast, fluuter, http, sqflite, yummy-recipes
- Language: Dart
- Homepage:
- Size: 755 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.