https://github.com/michalstaszkiewicz/flavor-fusion
Recipe mobile application
https://github.com/michalstaszkiewicz/flavor-fusion
culinary-app flutter flutter-app flutter-mobile graphql-client hivedb mobile mobile-app riverpod
Last synced: 8 months ago
JSON representation
Recipe mobile application
- Host: GitHub
- URL: https://github.com/michalstaszkiewicz/flavor-fusion
- Owner: MichalStaszkiewicz
- Created: 2023-07-21T19:19:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T17:01:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T08:48:25.004Z (10 months ago)
- Topics: culinary-app, flutter, flutter-app, flutter-mobile, graphql-client, hivedb, mobile, mobile-app, riverpod
- Language: Dart
- Homepage:
- Size: 950 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Flavor Fusion 🌮
**Flavor Fusion** is a cooking 👨🍳 app that helps you find 🔎 and cook 👩🍳 delicious recipes 😋. With over 1.7 m ✨ recipes from around the world 🌎, Flavor Fusion is the perfect app for anyone who loves to cook 🧑🍳 or wants to learn 📚 how to cook 👩🍳.
### Built With
[![Static Badge][dart-badge]][dart-url] [![Static Badge][flutter-badge]][flutter-url] [![Static Badge][riverpod-badge]][riverpod-url] [![Static Badge][hive-badge]][hive-url] [![Static Badge][graphql-badge]][graphql-url]
## Key Features ✨
- **Search:** Search for recipes by name, ingredient, difficulty level, or category.
- **Recipe information:** Each recipe includes nutritional information 🥑, calories 🔥, a description, and step-by-step instructions.
- **Shopping list:** Add ingredients from recipes to your shopping list 🛒.
- **Favorites:** Save recipes that you want to have always on hand.
## Try Flavor Fusion Today!
Download Flavor Fusion for free on the Google Play Store
[![Static Badge][google-play-badge]][google-play-url]
## Getting Started 🚀
### Prerequisites 🛠️
- **Operating system:** Windows 🖥️, macOS 🍎, or Linux 🐧
- **Flutter SDK:** Install the Flutter SDK from [https://docs.flutter.dev/get-started/install](https://docs.flutter.dev/get-started/install).
- **Android Studio (or VS Code with Flutter extension):** Install Android Studio or VS Code with Flutter extension for development and debugging 🛠️
- **Android emulator or physical Android device:** Set up an Android emulator or connect a physical Android device for testing purposes.
- **Get api key:** Go to: https://console.suggestic.com/dev/keys create a free account and obtain your API key 🔑.
## Installation 👨🔧
1. Clone the project using the following command:
```sh
git clone https://github.com/MichalStaszkiewicz/flavor-fusion.git
```
2. Install the project dependencies using the following command:
```sh
flutter pub get
```
3. Create a `.env` file in the project directory and add the following environment variables:
```env
API_TOKEN = "PUT_YOUR_API_TOKEN"
```
4. Connect physical phone or run an emulator.
5. Run the project using the following command:
```sh
flutter run
```
[dart-badge]: https://img.shields.io/badge/Dart-grey?style=for-the-badge&logo=dart&logoColor=%23689bed
[dart-url]: https://dart.dev/
[flutter-badge]: https://img.shields.io/badge/flutter-grey?style=for-the-badge&logo=flutter&logoColor=%23689bed
[flutter-url]: https://flutter.dev/
[riverpod-badge]: https://img.shields.io/badge/Riverpod-blue?style=for-the-badge
[riverpod-url]: https://riverpod.dev/
[hive-badge]: https://img.shields.io/badge/Hive-yellow?style=for-the-badge
[hive-url]: https://docs.hivedb.dev/#/s
[graphql-badge]: https://img.shields.io/badge/GraphQL-purple?style=for-the-badge&logo=graphql&logoColor=%23689bed
[graphql-url]: https://pub.dev/packages/graphql_flutter
[google-play-badge]: https://img.shields.io/badge/Click-green?style=for-the-badge&logo=google-play&logoColor=%23fff&color=%2300cc00
[google-play-url]: https://play.google.com/store/apps/details?id=com.flavorfusion.app