Currency Rates application like its name suggests, shows the rate for currency pairs with USD, EUR, AUD, CAD, CHF, NZD, BGN, as base currencies and the value of the possible pair. This application was developed using JavaScript, with jquery library, implementing the currency-api by Fawazhmed0 and styled with CSS. When a user selects a currency from the dropdown, it clears the currently displayed rates and shows the exchange rate for the newly selected currency.
This tab shows all exchange rates that are less than 1 upon which currency is selected.
This displays a grouping of the exchange rates that have values from 1 up to 1.4
This groups all exchange rates that have values that begin from 1.5
Count shows the total number of pairs in each group
The Length of Array, shows the number for the length of the longest array based on the exchange rate for the currency that has been selected (for example if USD is selected: USD-EUR, EUR-USD, USD-BGN, BGN-USD, etc.) and the absolute difference between any two elements of the array is less than and up to 0.5