Featured · 04
Plant Care Tracker App (Xcode Project)
A complete, fully documented SwiftUI app built across all 12 curriculum stages. Every significant line has comments explaining the concept, why it was written that way, and which stage it connects to. This is where it clicks - when you see @State, NavigationStack, ObservableObject, and LazyVGrid all working together in one real app.
01
Learn SwiftUI Book (Offline Edition)
The full 12-stage curriculum in a single HTML file. All the concepts, all the code examples, readable without Wi-Fi. Keep it on your desktop as your reference.
02
SwiftUI Cheat Sheet
A two-page printable PDF covering the two things that trip up every SwiftUI beginner: layout and state. Print it. Stick it next to your keyboard.
03
SwiftUI by Example (Xcode Project)
Working code examples for every major SwiftUI component. Text, Button, List, NavigationStack, LazyVGrid, animations, and more. Open it, run it, tap through.
05
Project Guide
A companion browser guide for the Plant Care Tracker. Architecture diagram, SwiftUI concept map, file-by-file walkthrough, and four extension challenges.