Skip to content

A simple app allowing to look at and browse for recipes

Notifications You must be signed in to change notification settings

MartynaSobolewska/recipe_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe app

A simple Recipe App using Tasty API to fetch recipe information. Part of Flutter DevCamp 2022 <3

Screenshots

image

Getting Started

For security reasons, Api key is not included in this repository. To run the project, create a file /lib/api/keys.dart in such a format to successfully run the app.

String tasty_key = "your key";
String tasty_host = "tasty.p.rapidapi.com";

About

A simple app allowing to look at and browse for recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages