Skip to content

A simple cryptocurrency app project for Apple TV using SwiftUI, MVVM, TDD.

Notifications You must be signed in to change notification settings

kleber-maia/crypto-quote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Quote Experiment

A simple cryptocurrency app project for Apple TV using SwiftUI, MVVM, TDD.

Screen recording

Simulator.Screen.Recording.-.Apple.TV.4K.3rd.generation.-.2023-10-10.at.15.17.38.mov

How it works

  • 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.

Requirements

  • Xcode 15 or superior.
  • Apple TV device or simulator running tvOS 17 or superior.

How to run it

  1. Open the project on Xcode, create a file named ApiKey.txt and add it to Crypto Quote target.
  2. Generate an API key to yourself on https://coinmarketcap.com and paste it on the file above.
  3. Download the Apple TV simulator, then run the project.

About

A simple cryptocurrency app project for Apple TV using SwiftUI, MVVM, TDD.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages