Back to iOS work
Recipe & meal planner · SwiftUI
Dishcover
A SwiftUI recipe app with Firebase auth, profile management, and recipe search through the Spoonacular API.
SwiftUIFirebaseCombineSpoonacular API




Problem
Meal-planning apps are cluttered. I wanted one clean flow: find a recipe, save it, plan the week, without the noise.
Build
SwiftUI front to back, Firebase for auth and profiles, and Combine to bind Spoonacular search results reactively to the UI.
Tech
SwiftUI, Firebase Auth, Combine, and the Spoonacular REST API, on an MVVM structure with a thin networking layer.
Result
A working app with auth, search, and saved recipes, on a clean codebase I keep extending.