kuyavinny / bankPRP90

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS-projects

bankPRP90

Tasks:

  1. DOM manipulation:

    • add movements(transactions) to the DOM
    • try it with all accounts = [account1,...etc]
    • add total balance to the DOM
  2. Conversion functions (example USD to EUR) Let's try to do it many ways.

    • regular functions(for loops etc)
    • call back function
    • es6+
    • arrow Functions
  3. Create username for each account:

  4. Create array deposits(movements that are more than 0)

  5. Create array withdrawals(movements that are less than 0)

  6. Create array totals (sum all movements)

  7. Change Total, deposits, withdrawal, etc to USD

  8. Query accounts objects in accounts array.

  9. Use transfer money to take amount from account.

  10. Use request loan to add amount to account.

About


Languages

Language:JavaScript 37.5%Language:CSS 32.7%Language:HTML 29.9%