This sample app will help you to boost up your starting to create an iOS Currency Converter app from scratch with MVVM architecture and SwiftUI. All necessary Unit tests are included in the project to make your starting easy. This project also uses Core Data to locally store updated currency rates and calls the api only once every 30 minutes to save the bandwidth of internet data. Hope you will enjoy it.
- Since this project uses free exchange rate api from Open Exchange Rates, so first you have to create a free account there.
- Then use your api key/ID to this field
static let appId = "Your API key"inApiConstantsfile. - Now run and see the exchange rates 💥 boom 💥
- 🧐 If you find anything wrong then please create an Issue
- ⭐️ If you find this project helpful then don't forget to star it
- 🍀 Meanwhile You can also checkout my blogs on Medium
- 🥰 Feel free to visit my other Repositories, there might be something waiting for you
