Description:
- This is simple Desserts receipe app which uses the APIs from https://themealdb.com/
- The home screen is "Desserts" with grid view of list of desserts
- Tapping any of the desserts cell will navigate to Detail screen
- Meal Details screen contains the Image, Meal title, instructions and ingredients
Tools & Tech:
- MVVM Architecture
- SwiftUI
- Async, Await
- XCTest
API's used:
- https://www.themealdb.com/api/json/v1/1/lookup.php?i=53049
- https://themealdb.com/api/json/v1/1/filter.php?c=Dessert
App Icon:
App Screenshots:
Desserts Screen
Desserts Meal Details Screen