An open API service indexing awesome lists of open source software.

https://github.com/bharatlal087/swiftycrypto

SwiftUI + Combine + SwiftData + MVVM
https://github.com/bharatlal087/swiftycrypto

coingecko-api combine combine-framework coredata ios ios-swift mvvm-architecture swift5 swiftdata swiftui

Last synced: 2 months ago
JSON representation

SwiftUI + Combine + SwiftData + MVVM

Awesome Lists containing this project

README

          

# SwiftyCrypto
## SwiftUI + Combine + MMVM + CoreData and SwiftData

### SwiftUI for overall app visual representation
### Combine for reactive programming
### Used SwiftData to persist user portfolio into device disk with option CoreData service as well
### Used MVVM architecture to manage all the layers (Views, ViewModels, data layers, etc).