Displaying Accounts and Transactions in the Banking System

Expand the Banking System from Lab 2 to display accounts and transactions. 
Perform the following.

1. After a successful Login, develop the elements to display a list of accounts for the user. 
2. Provide the ability for the user to select an account to display.
3. Develop the elements for displaying the transactions for the selected account. Display the running balance for the account.
When completed, place the project file into a zip file and submit it to Canvas.

(Using Lab1 source code we need to create all the above functionalities in Lab3 and code need to be without errors and operational).