CoinCoin
A simple webapp to convert currencies
Description
CoinCoin is a simple web app that can be used to convert currencies.
It always displays a list of all currency rates.
Technologies used in this project:
- React stateful components for front-end
- Freecurrencyapi to pull exchange rates
- Figma to design the UI
- GitHub pages for hosting
Things I learned while making this project:
- Using fetch() to fetch data from API
- Building a custom React hook for the main logic