Marvel API application built with Swift and SwiftUI, following Clean Architecture principles.
- Browse Marvel characters
- View series list and individual series detail
- Async API integration with error handling
- Scalable project structure with Clean Architecture
| Layer | Technology |
|---|---|
| UI | SwiftUI |
| Architecture | MVVM + Clean Architecture |
| Networking | URLSession + async/await |
| API | Marvel Developer API |
Presentation -> Domain -> Data ViewModel -> UseCase -> Repository -> APIService


