An open API service indexing awesome lists of open source software.

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

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`.