iOS app to see COVID-19 statistics worldwide. It's built using the new shiny~ ✨ SwiftUI
framework with modern architecture (TCA) as well as support to Widgets
and custom Intents
.
Note: The data is from CSSEGISandData/COVID-19 transformed into a JSON file by github user pomber. (link to the repo)
Sort | Filter | Detail |
---|---|---|
![]() |
![]() |
![]() |
Widget | Single Intent | Multiple Intent |
![]() |
![]() |
![]() |
Widget Deeplink | - | - |
![]() |
- SwiftUI + The Composable Architecture (https://github.com/pointfreeco/swift-composable-architecture)
- Widget extensions with custom intent and deeplinks!
- New Background app refresh API with operation queues
- AppGroups to share data between multiple app extensions
- Utilizes the new Swift Package Manager to manage remote and local dependencies
- SwiftUI + UIKit bridging for some components (Charts, SFSafariViewController)