Showing 241-243 of 243 projectsPage 11 of 11
beginner
A SwiftUI app with correct state
Build a single-screen SwiftUI app in Swift (e.g. a tip calculator, a unit converter, or a counter/checklist). Use state correctly — @State for a...
Graded onSwiftUI & statex5Swift correctnessx4Builds & runsx3+1
Open projectintermediate
An MVVM app with networking and persistence
Build a multi-screen SwiftUI app that fetches data from a REST API and persists locally. Use MVVM: a view model (ObservableObject or @Observable)...
Graded onArchitecturex5Async & persistencex4UX states & navx3+1
Open projectadvanced
A leak-free app signed and sent to TestFlight
Take an app to release quality and distribute it via TestFlight. Deliver: (1) the modern stack — Swift + SwiftUI + Swift Concurrency (async/await,...