In this React lesson, we’ll build a simple app for foreign exchange rates. The app is going to show the current exchange rates for different currency pairs against our chosen base currency.
If you are a beginner, I recommend that you start JavaScript lessons for beginners.
The key things to learn in this tutorial
- React app work flow, for a basic app like this
- Some commonly used react hooks
- Module CSS
- Fetch API GET request
- Working with objects data instead of arrays
- And more…
Watch the tutorial
Fx rates API used: https://api.exchangerate.host/latest?base=USD
Git Repo for the project: https://github.com/ZestArinze/fx-rates-zestmade.git