A rebuild of Apple's Landmarks using the Composable Architecture.
The Landmarks is the official tutorial since Apple first introduced SwiftUI in WWDC 19 and has been frequently updated since then. For developers who want to learn how to build SwiftUI apps with the Composable Architecture–a library that provides tools for building applications with a focus on composability, modularity, and testability, rebuilding it with the library would be a great introduction 🙏
The application is built in modularized style. It allows us to work on features without building the entire application, which improves compile times and SwiftUI preview stability. Each feature also is accompanied by a test suite.
This project is also inspired by standups–a rebuild of Apple's "Scrumdinger" application–by the authors of the Composable Architecture.