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
- Host: GitHub
- URL: https://github.com/bharatlal087/swiftycrypto
- Owner: bharatlal087
- Created: 2024-12-25T01:09:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T17:11:21.000Z (over 1 year ago)
- Last Synced: 2025-03-03T17:14:21.613Z (over 1 year ago)
- Topics: coingecko-api, combine, combine-framework, coredata, ios, ios-swift, mvvm-architecture, swift5, swiftdata, swiftui
- Language: Swift
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).