Amar Coin is an iOS app for personal cryptocurrency profile tracking
🟢 ongoing project
- Live cryptocurrency data from API calls
- Saving current user's cryptocurrency portfolio
- Searching, Filtering, Sorting, and Reloading data (under development)
- Daily Notification (under development)
- Custom color theme and loading animation
- MVVM Architecture
- Multiple API calls
- Core Data (saving current user's portfolio)
- Combine (publishers and subscribers)
- Codable (decoding JSON data)
- Multi-threading (using background threads)
- FileManager (saving images)
- Safe coding!!! ("if let" and "guard" statements to avoid crashes)