https://github.com/wingsum93/mealplanner-ios
It’s an iOS app built in SwiftUI using the MVI architecture that fetches and displays meal/recipe information from the public TheMealDB API. It’s essentially a front-end demo for browsing recipes.
https://github.com/wingsum93/mealplanner-ios
ios mvi swiftui themealdb-api
Last synced: 2 months ago
JSON representation
It’s an iOS app built in SwiftUI using the MVI architecture that fetches and displays meal/recipe information from the public TheMealDB API. It’s essentially a front-end demo for browsing recipes.
- Host: GitHub
- URL: https://github.com/wingsum93/mealplanner-ios
- Owner: wingsum93
- Created: 2025-08-02T19:49:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-08T22:05:42.000Z (5 months ago)
- Last Synced: 2026-02-09T01:50:49.293Z (5 months ago)
- Topics: ios, mvi, swiftui, themealdb-api
- Language: Swift
- Homepage:
- Size: 361 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meal Planner - iOS
Swift UI mvi project :
use themealdb api
## Data Source
* The app uses [Recipe API](https://www.themealdb.com/api.php) for fetching the recipes.
* All Ingredients[Here](https://www.themealdb.com/api/json/v1/1/list.php?i=list)
* All Categories[Here](https://www.themealdb.com/api/json/v1/1/list.php?c=list)
* All Areas[Here](https://www.themealdb.com/api/json/v1/1/list.php?a=list)
* Filter by ingredient[Here](https://www.themealdb.com/api/json/v1/1/filter.php?i=chicken_breast)
* Filter by Area[Here](https://www.themealdb.com/api/json/v1/1/filter.php?a=Canadian)
* Filter by Category[Here](https://www.themealdb.com/api/json/v1/1/filter.php?c=Seafood)
* Search by Name[Here](https://www.themealdb.com/api/json/v1/1/search.php?s=beef)
* Get Recipe Detail[Here](https://www.themealdb.com/api/json/v1/1/lookup.php?i=52772)
* Ingredient Image
* www.themealdb.com/images/ingredients/lime.png
* www.themealdb.com/images/ingredients/lime-small.png
* www.themealdb.com/images/ingredients/lime-medium.png
* www.themealdb.com/images/ingredients/lime-large.png