Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jyotindersingh/recipes-app-in-flutter

A small practice app built with Flutter which helps you look up recipes for different dishes
https://github.com/jyotindersingh/recipes-app-in-flutter

Last synced: about 6 hours ago
JSON representation

A small practice app built with Flutter which helps you look up recipes for different dishes

Awesome Lists containing this project

README

        

# Recipes Application
## Made in Flutter

![Hero Image](Meals%20App.png)

### **Features**
- Home page with option to choose from different cuisines.
- Tab bar to switch between Home and Favourites page.
- Sidebars reveals option to add filters which allow you to hide items containing Gluton, Meat, Lactose, etc.
- Item cards show affordability and preparation times, and experience required for different recipes.
- Option to favourite different recipes from the recipe details page.

#

*This application was built for practicing different Flutter basics such as navigation, data passing, and UI designing.*