Pretty simple but functional bank app. One of two repos. No frameworks. No libraries just plane JAVASCRIPT.
To check functionality clone it.
you can loggin. two users accounts availables : username = js pin = 1111
username = jd pin = 2222
you can request a loan. (only condition to request less than 10% of biggest deposit)
you can make a tranfer
you can close the account.
bank landing page: https://github.com/panch8/bank-landingpage
functionality behind the scenes.
Expiration timer. Internatlization API. Formatting dates Formatting currencies 20+ array methods used.