This is a bankist app which mainly has three users namely 'Jonas Schmedtmann', 'Jessica Davis', 'Steven Thomas Williams'.
This app is made using HTML,CSS and JavaScript. It is only for education and practice purpose
First you will see a login page. Here, there will be two fields first, user and pin.
As there are only two users, I have created short usernames for them :
- Jonas Schmedtmann - 'js'
- Jessica Davis - 'jd'
- Steven Thomas Williams - 'stw' We can use these shortforms in the 'user' field.
Same as 'user' field every user has different password as follows:
- Jonas Schmedtmann - '1111'
- Jessica Davis - '2222'
- Steven Thomas Williams - '3333'
After logging in into any user you will find that, You can perform following actions:
- Transfer Money to other user.
- Take a loan.
- Close your account
Finally, you will alse observe your withdrawals and deposite in the dashboard and you can also sort that details using 'sort' button.