A currency conversion application to help calculate what the amount is worth in another currency.
To achieve this i used Nomics API
https://docs.nomics.com.
- Convert an amount from one currency to another.
- Get conversion history data and statistics from today to N previous days (7 days: default, 14 days, 30 days) you can choose from a dropdown list.
- Every conversion operation is saved to local storage.
- Load and display saved conversion operations from local storage.
- View and old operation and perform the conversion again.
- Delete a conversion operation from the history.
ReactJS
TypeScript
Styled Components
Redux Toolkit
Redux Saga
React Hook Form
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.