Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.19 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.19 KB

CoinBase

Application for cryptocurrencies. On the main screen, we can select cryptocurrency and check its current price. Below there is a simple calculator that can change dollars for selected cryptocurrency, or inverted when selected invert switch. If you click the "Check history charts" button there will be a view showing history charts with the cryptocurrency price in selected time, you can select time using buttons at the top.

Used skills:

CocoaPods - Used pods for charts(Charts) and images(Kingfisher + SVGKit)

UI - Fully created programmatically

API - Used coinranking.com API (it has some issues tho)

JSON - Parsing data to created model using Codable

MVC - Used MVC pattern when creating the application

Swiftlint - Used to have more cleaned code

Screenshots