Live preview, hosted by Netlify. Please note due of hosting limits the first load can take a while.
Learning project developed to practice React skills.
Project is creating with:
- React 16.13.1
- Redux 4.0.5
- Jest 26.0
- Hooks
- Display and and define a currency converter EUR/PLN
- Adding a currency transaction: defined name and amount in euros
- List of added currency transactions: lists of previously added transactions (name, amount in EUR, automatically calculated amount in PLN)
- Automatic conversion of amounts in PLN for previously added transactions after changing the currency converter
- Delete transaction from the list
- Sum of all transactions
- Displaying separately next to the list of transactions with the largest amount (name, amount in PLN, amount in euros)
- Rounding values to two decimal places
- All of the above information on the screen
- Refreshing live data when it is obtained
- Covering some code with unit tests