Project · Clone of Warm-up
Counter+ / Tip Splitter
A 4-part build: a spec, 2 milestone guides, and a defend-your-code rubric. You build it in Xcode on a Mac; each guide walks the exact Swift 6 patterns.
The spec
Milestones
2 steps · 150 min total- 1the counter45 minDrive a view with @State and mutate it from Button actions · Lay out a screen with VStack/HStack/Spacer and control alignment
- 2the tip splitter60 minBind a TextField to a numeric value and format currency by locale · Derive tip, total, and per-person as computed properties, storing nothing derivable