Skip to content

Commit

Permalink
create readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
drillprop committed Dec 5, 2019
1 parent b63f55b commit f9cebc5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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/)

0 comments on commit f9cebc5

Please sign in to comment.