Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.55 KB

File metadata and controls

33 lines (22 loc) · 1.55 KB

SwiftUI - Crypto App

An App developed using Swift and SwiftUI to track your crypto currencies portfolio.

Related Tutorials

Supported Features

  • Scroll through a list of the most famous crypto currencies, and check details of each.
  • Update your holdings adding currencies to your portfolio.

App Architecture

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.

The app uses

*The crypto currency used on this app comes from a free Api from CoinGecko! Prices might be slightly delayed.