Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgknbtl/currency-converter-app
Currency converter application using Vue.js 2, Exchange Rates API.
https://github.com/dgknbtl/currency-converter-app
currency currency-converter exchange-rates vue vuejs
Last synced: 4 days ago
JSON representation
Currency converter application using Vue.js 2, Exchange Rates API.
- Host: GitHub
- URL: https://github.com/dgknbtl/currency-converter-app
- Owner: dgknbtl
- License: mit
- Created: 2020-05-26T18:50:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T15:59:41.000Z (about 4 years ago)
- Last Synced: 2023-11-01T23:26:10.697Z (about 1 year ago)
- Topics: currency, currency-converter, exchange-rates, vue, vuejs
- Language: Vue
- Homepage: https://dogukanbatal.github.io/currency-converter-app/
- Size: 1.57 MB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![currency-converter](https://user-images.githubusercontent.com/10329339/82932717-834a9980-9f91-11ea-92a8-6b1cdceaff0b.gif)
# currency-converter-app
Currency converter application using Vue.js 2, Exchange Rates API. [Demo](https://dogukanbatal.github.io/currency-converter-app)#### Project setup
```
npm install
```#### Compiles and hot-reloads for development
```
npm run serve
```#### Compiles and minifies for production
```
npm run build
```#### Lints and fixes files
```
npm run lint
```#### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
___#### Acknowledgements
All of the included images are Copyright (c) 2013 Go Squared Ltd. http://www.gosquared.com/ Go Squared have very generously provided the images under the MIT License. [Flags License](https://github.com/balazser/FlagAndCountryData/blob/master/flags/LICENSE.txt)#### Reference
[exchangeratesapi](https://exchangeratesapi.io/)
[vue-chartjs](https://vue-chartjs.org/)
[vue-select](https://vue-select.org/)
[vue-feather-icons](https://vue-feather-icons.egoist.sh/)
[vuex](https://vuex.vuejs.org/)
[axios](https://github.com/axios/axios)___
#### Author
[Doğukan Batal](http://dogukanbatal.com) - Mail: [[email protected]](mailto:[email protected])