Light | Dark |
---|---|
Light.mp4 |
Dark.mp4 |
- Fetching and parsing data from API.
- Listing Data.
- Searching.
- Search suggestions.
- Navigation to Details view.
- Dark mode.
-
Performance:
- Caching images.
-
Scalability:
- Modularity.
-
Reliability:
- Unit tests.
-
UI:
- SwiftUI
- MVVM Architecture
-
Principals and Patterns:
- SOLID conformance:
- Features are separated into modules.
- UseCases for business logic.
- Utilizing IoC and DI.
- Coordinator pattern for navigation.
- SOLID conformance:
-
Dependency Manager:
- Swift Package Manager
-
Dependencies:
- Swinject: Dependency injection framework.
- Kingfisher: Downloading and caching images from the web.
- Use Repository pattern if local data storage is needed in the future.