Skip to content

A minimal recipe app to search for recipes using Edamam API

Notifications You must be signed in to change notification settings

lakshmi-warrier/TastyRecipes

Repository files navigation

Tasty Recipes

Search for recipes, view them and share it via all your social media apps!

How to use?

Clone this repository

git clone https://github.com/lakshmi-warrier/TastyRecipes.git

Open this repository in your favourite editor. Wait till the editor sets the project up and then use the following command to install all the dependencies

flutter pub get

Get an API key from Edamam Recipe API, add it to a config.dart in lib/ as shown:

YOUR_APP_ID = "the app ID"
YOUR_APP_KEY = "your app key"

Connect your device or an emulator and run the application either by using run button, or by using flutter run

About

A minimal recipe app to search for recipes using Edamam API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published