This task was written due to recrutation process. Below is specification of this task.
Application proessing currency transactions. Demand list:
- Display and define currency counter (1 EURO = x PLN)
- Adding currency transaction: name and amount in euro
- List of added currency transactions: Display earlier added transactions (name, amount in euro, automatic counted amount in PLN)
- Automatic recount and display of earlier added transactions in PLN after changing currency counter.
- Deleting transactions from the list
- Amount of all transactions
- Display next to the list transaction with highest amount (name, PLN amount, euro amount)
- Round to two decimals
- All above informations displayed on screen together
- Refreshing display when updating data.
- Should be written in Vanilla JS, can include only: jQuery i RequireJS
- Support for browsers: newest Chrome or Firefox