https://github.com/inaldor/xchangexpert
An exchange rates app
https://github.com/inaldor/xchangexpert
currencies exchange-rates json pair swift task userdefaults
Last synced: 24 days ago
JSON representation
An exchange rates app
- Host: GitHub
- URL: https://github.com/inaldor/xchangexpert
- Owner: inaldor
- License: mit
- Created: 2020-02-09T19:47:07.000Z (over 6 years ago)
- Default Branch: bugs/bugfixes
- Last Pushed: 2020-11-11T02:34:51.000Z (over 5 years ago)
- Last Synced: 2025-03-06T05:14:07.074Z (over 1 year ago)
- Topics: currencies, exchange-rates, json, pair, swift, task, userdefaults
- Language: Swift
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XchangeXpert
An exchange rates app
## About
This app aims to keep the user informed about the latest exchange rates of a chosen pair of currencies. The user can choose as many currency pairs as he wants and the app will request and update currency rates every second using an API. The app doesn't use any third-party libraries or frameworks. To persist the data in the app I used UserDefaults.
## Features
* Add a pair of currencies, the base currency first and then the quote currency
* Delete a pair of currencies
* Fast and consistent data management, to give the user the right information, every second
* Good coverage on Tests, Integration and Unit(TODO)
* A widget to inform the user about a featured pair of currencies(TODO)
## Pictures

## License
This project is licensed under the [MIT License](https://github.com/inaldor/XchangeXpert/blob/bugs/bugfixes/LICENSE)