CryptoApp
Why This app was made to test my knowledge of the Combine and CoreData framework from Apple along with handling calls to external APIs and displaying the information. For the architecture of this app I went with the MVVM architecture with worked seamlessly for passing around data to different views.
Overview HomeView The app’s homescreen displays the top 250 crypto currencies which was received from an API call to coingecko. Here it displays the overall market cap, 24 hour volume, and BTC dominance percentage as stats. There is a search bar to search for a specifc coin and the columns allow for different sorting options.