(Less focus on UI, more on the functionality)
-
Bundler - Vite
-
CSS Library - Tailwind [postCSS, autoprefixer]
-
Use of Custom Hook - useCurrencyList - for fetching currency conversion rates
-
Input Box as a component that is exported through index file in component directory
-
Select the currency that needs to be converted from, and the one to be converted to, all from a list of options fetched from this Exchange API
Click on the convert button to convert -
The exchange rate for each unit of currency is displayed
-
The swap button swaps the selected currencies.
(learnings noted in ./public/Notes.md for personal reference)