This is an exercise to create a currency converter using a public API.
This project...
- was bootstrapped with Create React App.
- utilizes both functional components with hooks, and class components.
- uses 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
.