Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 863 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 863 Bytes

CryptoCandles

Twitter: @nadawoud

CryptoCandles is a candlestick-chart app that fetches the chart data from an API and renders the chart using Charts.

  • Display a list of crypto currencies.
  • When tapped; display a candlestick chart of the currency prices that are fetched from a public API.

Architecture

CryptoCandles is built using Clean Swift (VIP) architecture.

Dependencies