Develop a simple app showing a list of searchable Albums.
- Xcode 14.1
- iOS 16
Just open the project in Xcode 14.1 and let SwiftPM do it's magic. :)
develop
App is consist of single screens.
- Album List
This project is build using The Composable Architecture
- Modularisation (create separate swift packages for Design, Networking)
- Better error handling.
- Improve the UI/UX.
- Add more tests (unit/SnapshotTests).