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

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

Awesome Lists containing this project

README

          





Logo

## 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