Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexliubj/swiftui-currency-converter
Currency Converter project coded by SwiftUI and Swift5
https://github.com/alexliubj/swiftui-currency-converter
converter currency currency-convert declarative-ui ios13 swift5 swiftui wwdc2019
Last synced: about 1 month ago
JSON representation
Currency Converter project coded by SwiftUI and Swift5
- Host: GitHub
- URL: https://github.com/alexliubj/swiftui-currency-converter
- Owner: alexliubj
- Created: 2019-06-27T05:32:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T06:48:08.000Z (over 5 years ago)
- Last Synced: 2024-11-12T21:38:49.257Z (about 2 months ago)
- Topics: converter, currency, currency-convert, declarative-ui, ios13, swift5, swiftui, wwdc2019
- Language: Swift
- Size: 1.68 MB
- Stars: 68
- Watchers: 3
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftUI-Currency-Converter
Currency Converter project coded by SwiftUI and Swift5
## Features
- [x] Implemented with SwiftUI
- [x] Supports darkmode for sure
- [x] SwiftUI + Network requeset
- [x] Swift 5.1 new features## Screenshot
![Image of DemoScreenshot](https://raw.githubusercontent.com/alexliubj/SwiftUI-Currency-Converter/master/Screenshots/S1.png)
![Image of DemoScreenshot](https://raw.githubusercontent.com/alexliubj/SwiftUI-Currency-Converter/master/Screenshots/S2.png)## In Darkmode
![Image of DemoScreenshot](https://raw.githubusercontent.com/alexliubj/SwiftUI-Currency-Converter/master/Screenshots/D1.png)
![Image of DemoScreenshot](https://raw.githubusercontent.com/alexliubj/SwiftUI-Currency-Converter/master/Screenshots/D1.png)## Todo
- [ ] Add Cache currency and rate
- [ ] Support more currencies
- [ ] Filter base currency from list
- [ ] Delelte currency from list
- [ ] Test case