/SSF-Bank

Small banking web application with the ability to transfer/receive funds, changing users, sorting data, close accounts and logout timer.

Primary LanguageJavaScript

SSF-Bank

Small banking web application with the ability to transfer/receive funds, changing users, sorting data, close accounts and logout timer.
There are 4 account here. In order to log in enter one of the next combinations:
login: am | pin: 1111 |
login: jd | pin: 2222 |
login: stw | pin: 3333 |
login: ss | pin: 4444 |
To transfer money from one account to another enter user login and amount. After a short delay (1sec) your money will be transfered and you can enter as another user and watch the result of this operation.
You can request for a loan - just enter amount into corresponding input. After a short delay (2.5 sec - because the bank needs to think about whether you are a reliable person. Everything is like in real life 😉) your account will be topped up with the desired amount (provided that at least one of your payments was more than 10% of this amount).
ssr-bank-app-scr There is a small bug in my application. When trying to sort movements, sorting doesn't work with dates. I'm sorry but I just couldn't fix it😓.