Skip to content

Cryptocurrency price checker, build with UIKit and MVC + Delegate pattern.

License

Notifications You must be signed in to change notification settings

anibalventura/coin-check

Repository files navigation

Coin Check

iOS Swift Xcode License

Cryptocurrency price checker. The app fetch from CoinAPI.io the latest coin prices, build with UIKit and MVC + Delegate pattern.

Features

  • Select coin and currency from list.
  • Last time price was updated.
  • Splash screen.
  • Light/Dark mode.
  • Localization (English/Spanish).

Development

  • UIKit
  • MVC + Delegate
  • CocoaPods
  • Development Target 15.0
  • Swift 5.5
  • Xcode 13.2

Dependencies

Build

  1. Go to CoinAPI.io an get a free API key.

  2. In .../CoinCheck/Helpers/Constants.swift change key value with your key.

struct API {
    static let baseURL: String = "https://rest.coinapi.io/v1/exchangerate"
    static let key: String = "YOUR_API_KEY_HERE"
}
  1. Run the project!

License

MIT License

Copyright (c) 2022 Anibal Ventura