Skip to content

karybekov22/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Crypto

SwiftUI Crypto app that searches cryptocurrencies and shows them in a list using CoinGecko API.

App features:

  • Live cryptocurrency data
  • Searching, Filtering, Sorting, and Reloading data
  • Custom color theme and loading animations
  • Network Connection Check

Technical features:

  • MVVM Architecture
  • FileManager (saving images)
  • Combine (publishers and subscribers)
  • Multiple API calls
  • Codable (decoding JSON data)
  • 100% SwiftUI interface
  • Multi-threading (using background threads)
  • Safe coding!!! ("if let" and "guard" statements to avoid crashes)

Tutorials used:

  • SwiftfulThinking (link)
  • AppStuff (link)

Crypto 1 Crypto 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages