This is a basic banking application for a bank employee/manager built with JavaScript. The user can add, edit and delete accounts as well as make transactions like withdraw, deposit and transfer. There are both checking and savings accounts available and all datas are stored in the local storage. Admin can see client information in the directory and can be searched/filtered using their Account Number.
- Enter 'admin@avionbank.com' as username and 'test' as password.
- in the Add Client section enter an Account Name and Account Number.
- Choose Type of Account.
- Add an Initial deposit and click 'Add Client' when done. Client information should appear at the Client directory.
- Click the 'Transaction' in the side menu to make a transaction. All transaction should reflect real-time.
- HTML
- CSS
- Bootstrap
- JavaScript



