A simple banking app that allows users to log in to their accounts, view their transaction history, transfer money to other accounts, request loans, and close their accounts.
- Two test accounts with different currencies and locales
- Login with username and PIN
- Display transaction history
- Display current balance
- Display summary of deposits, withdrawals, and interest earned
- Sort transactions by amount
- Transfer money to another account
- Request a loan
- Close an account
This project was built using HTML, CSS, and JavaScript.
To get a copy of this project, you can clone the repository using git:
git clone https://github.com/{YOUR_USERNAME}/bankist-app.git
Open index.html
in a web browser to use the app.
Or use Live Site URL 🔴: click!
To log in, enter the username and PIN for one of the test accounts:
- Username
js
orjd
- PIN:
1111
or2222
To transfer money to another account, enter the amount and the username of the recipient in the Transfer Money form.
To request a loan, enter the amount in the Loan Request form. The bank will approve or reject the loan based on the account's history and balance.
To close an account, enter the username and PIN for the account in the Close Account form. The bank will immediately close the account and remove it from the list of accounts.
This project was built by Jonas Schmedtmann as part of his JavaScript course on Udemy.