https://github.com/lukenickerson/react-currency-converter
Exercise to create a currency converter using a public API
https://github.com/lukenickerson/react-currency-converter
currency-converter currency-exchange currency-exchange-rates currency-rates javascript react react-hooks react-hooks-demo
Last synced: about 1 month ago
JSON representation
Exercise to create a currency converter using a public API
- Host: GitHub
- URL: https://github.com/lukenickerson/react-currency-converter
- Owner: Lukenickerson
- License: gpl-3.0
- Created: 2020-08-11T20:25:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T12:51:21.000Z (almost 6 years ago)
- Last Synced: 2025-11-29T18:26:34.463Z (7 months ago)
- Topics: currency-converter, currency-exchange, currency-exchange-rates, currency-rates, javascript, react, react-hooks, react-hooks-demo
- Language: JavaScript
- Homepage:
- Size: 569 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Currency Converter in React
This is an exercise to create a currency converter using a public API.
This project...
* was bootstrapped with [Create React App](./create-react.md).
* utilizes both functional components with [hooks](https://reactjs.org/docs/hooks-overview.html), and class components.
* uses [exchangeratesapi.io](https://exchangeratesapi.io/) as a data source.
* is currently lacking both mobile styling and unit tests.
Try out the latest build on GitHub: https://lukenickerson.github.io/react-currency-converter/
Run locally by getting the code and running `npm run start`.