An App developed using Swift and SwiftUI to track your crypto currencies portfolio.
- Scroll through a list of the most famous crypto currencies, and check details of each.
- Update your holdings adding currencies to your portfolio.
The App is architected using MVVM (Model - View - ViewModel), estabilishing a very clear separation of concerns, turning the codebase more easy to read and to scale.
- Core Data to cache the user portfolio.
- File Manager to cache the currencies images.
- Combine to manager the network requests.
*The crypto currency used on this app comes from a free Api from CoinGecko! Prices might be slightly delayed.



