This is a basic banking application built with JavaScript. There are both checking and savings accounts available. The user can enter the current balance, make debits, deposits, withdrawals, and transfers.
- Enter your balances for checking and savings account.
- Pick an account and enter an amount and select a transaction type.
- Press submit and transaction will be displayed inside of the table below the account.
To reset your accounts refresh the browser.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License - see the LICENSE.md file for details