Recipe App
AI-Powered iOS Recipe Manager
A native iOS app built with SwiftUI as a hands-on exploration of Apple's modern declarative UI framework. The app manages recipes, meal planning, and shopping lists — with AI features powered by Claude for recipe suggestions, generation, and conversational meal plan creation. The project gave me the opportunity to dig into SwiftUI's ecosystem end to end: SwiftData for persistence, the @Observable macro for reactive state management, StoreKit for in-app purchases, and background task scheduling.
Beyond the framework itself, the project was an exercise in building with discipline — strict MVVM architecture, atomic design for UI components, and TDD throughout. It also integrates a Share Sheet extension for importing recipes from the web and supports both iPhone and iPad layouts.