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: 3 months 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-07-13T16:52:38.764Z (4 months ago)
- Topics: converter, currency, currency-convert, declarative-ui, ios13, swift5, swiftui, wwdc2019
- Language: Swift
- Size: 1.68 MB
- Stars: 67
- Watchers: 3
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Currency Converter
- fucking-about-SwiftUI - Currency Converter
- awesome-swiftui - Currency Converter App
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