A simple cryptocurrency app project for Apple TV using SwiftUI, MVVM, TDD.
Simulator.Screen.Recording.-.Apple.TV.4K.3rd.generation.-.2023-10-10.at.15.17.38.mov
- Contains a hardcoded list of ten cryptocurrencies.
- Fetches the most recent quotes for those coins.
- Shows relevant information for a given coin, one at a time.
- Automatically switches between coins every 10 secs.
- Allows the user to switch between coins.
- Automatically fetches new data every 15 min.
- Xcode 15 or superior.
- Apple TV device or simulator running tvOS 17 or superior.
- Open the project on Xcode, create a file named
ApiKey.txt
and add it toCrypto Quote
target. - Generate an API key to yourself on https://coinmarketcap.com and paste it on the file above.
- Download the Apple TV simulator, then run the project.