A COVID-19 statistics iOS application developed as a mobile examination project. This application displays COVID-19 case information with interactive charts and statistical summaries, demonstrating CLEAN architecture principles and modern SwiftUI development practices.
The application targets iOS 16.2+ and supports both iPhone and iPad devices with automatic code signing and SwiftUI previews enabled.
The application is configured for development with Xcode 14.2, supporting parallel build execution and comprehensive debugging capabilities. The project utilizes Swift Package Manager for dependency management, eliminating the need for external dependency management tools.
| Technology | Purpose | Configuration |
|---|---|---|
| SwiftUI | User interface framework | iOS 16.2+ deployment target |
| Swift 5.0 | Programming language | Xcode 14.2 compatibility |
| Alamofire | HTTP networking | Master branch dependency |
| SDWebImageSwiftUI | Image loading and caching | Master branch dependency |
| Charts | Data visualization | Built-in SwiftUI charts |
- SwiftUI canvas previews for rapid UI iteration
- Automatic code signing for seamless device deployment
- Debug and release build configurations
- Asset catalog management for icons and colors
- Preview content support for SwiftUI development

