📔 100 Days of SwiftUI (Day 41)
Completed Day 41 in 100 Days of SwiftUI.
This section walks through the completion of the main project with SwiftUI from the last few sessions. Along the way, we create our own Xcode Preview with a custom body to support SwiftUI files that act as sub views and see new elements for the first time: leading, Divider, Rectangle, strokeBorder, and showsIndicators.
This project feels fully fleshed out with good modern structure in a project: local JSON for static data, Codable data models for data persistence, and multiple sub views with Navigation links in a multi-layer hierarchy. I got a similar feeling in our last project.
This project builds an app feels very close to something that could be in the App Store.