trickpirata / CryptoTracker

A simple cryptocurrency tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoTracker

Coin Gecko API implementation using SwiftUI, Combine and REALM. A practice in implementing combine.

Architecture

The application is built on MVVM+Coordinator.

Project structure

The project is using Xcode workspace.

  • CryptoTracker holds the application
  • CryptoTrackerStorage contains api functions and persistence service
  • CryptoTrackerUI contains shared styling and shared views

Technologies/Dependencies

How to Run

  • Open the CryptoTracker.xcworkspace

To Dos

  • Unit testing
  • Code Cleanup

About

A simple cryptocurrency tracker

License:MIT License


Languages

Language:Swift 98.3%Language:Objective-C 1.0%Language:Ruby 0.7%