Skip to content

CryptoTrack is a SwiftUI-based iOS app for managing real-time cryptocurrency portfolios. It fetches live price data from the CoinGecko API, allows users to track holdings, and supports offline persistence using CoreData.

Notifications You must be signed in to change notification settings

ojasks/CryptoTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CryptoTrack

CryptoTrack is a SwiftUI-based iOS app for managing real-time cryptocurrency portfolios. It fetches live price data from the CoinGecko API, allows users to track holdings, and supports offline persistence using CoreData. With features like coin search, filtering, and sorting powered by Combine and async data flows, the app demonstrates safe concurrency and MVVM architecture in a production-style, multi-threaded UI environment.

Made watching the Youtube tuturial by Swiftful Thinking.

About

CryptoTrack is a SwiftUI-based iOS app for managing real-time cryptocurrency portfolios. It fetches live price data from the CoinGecko API, allows users to track holdings, and supports offline persistence using CoreData.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages