Music Search App using iTunes Search API
Music Search App
About the project
This is an iOS App for searching songs using the iTunes Search API.
Built in Xcode 13 and it targets iOS 15.0. Using:
- SwiftUI
- Combine
- MVVM
To do:
- Infinite scrolling for search
- Detailed view for the songs
- Add favorites feature, correcting the “not reloading view” bug
- Use CoreData to persist favorites
- API Error Handling
- Add XCTests