Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.29 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.29 KB

Crypto-Price-Tracker-

Crypto Price Tracker is a mobile application that was built with SwiftIU, and uses CoinGecko's APIs to get a list of cryptocurrencies with details about each of them.

  • The application uses CoreData to store information about the user's portfolio data.

  • It makes use of the Combine framework for managing states.

  • MVVM architecture.

  • URLSession to make network requests.Simulator Screen Shot - iPhone 13 - 2023-04-02 at 06 46 44 Simulator Screen Shot - iPhone 13 - 2023-04-02 at 06 46 24 Simulator Screen Shot - iPhone 13 - 2023-04-02 at 06 45 55 Simulator Screen Shot - iPhone 13 - 2023-04-02 at 06 45 35 Simulator Screen Shot - iPhone 13 - 2023-04-02 at 06 45 23

  • Sorts prices of the coins, from highest to lowest, e.t.c.

Inspired by @SwiftfulThinking.