https://github.com/drillprop/currency-converter
Currency converter for PLN, EUR, USD and CZK
https://github.com/drillprop/currency-converter
Last synced: about 1 year ago
JSON representation
Currency converter for PLN, EUR, USD and CZK
- Host: GitHub
- URL: https://github.com/drillprop/currency-converter
- Owner: drillprop
- Created: 2019-05-30T19:13:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:53:40.000Z (over 3 years ago)
- Last Synced: 2023-03-04T10:11:07.222Z (over 3 years ago)
- Language: JavaScript
- Homepage: https://drillprop.github.io/currency-converter/
- Size: 15.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Currency Converter
Simple currency converter written in React. The application is using [NBP(National Bank of Poland) API]('http://api.nbp.pl/) to fetch actual exchange rates for PLN, EUR, USD, CZK.
## Technologies
- [react](https://reactjs.org/)
- [webpack](https://webpack.js.org/)
- [styled-components](https://www.styled-components.com/)
- [react-spring](https://www.react-spring.io/)
- [recharts](http://recharts.org/en-US/)
## Demo
[Currency Converter](https://drillprop.github.io/currency-converter/)