-
Implement a simple banking application. A bank may have several types of accounts say current account, saving account, salary account etc. An account may have fields like name, number, creation date and balance etc. After starting the application, users will have 8 different choices as input from 1 to 8 through the console.
-
Based on the user input, the following operations will be performed
- Create a new account
- Display all accounts
- Update an account
- Delete an account
- Deposit an amount into your account
- Withdraw an amount from your account
- Search for account
- Exit
- Each account type may require a minimum balance to open the account.
- Each account type may require to keep a minimum balance before withdrawing an amount.
Javascript
-
Clone this Github repository: https://github.com/farhanhasindipro25/banking-console-application-js.git
-
Open your Command Prompt for Windows, or your Terminal for Mac.
-
Run the following command:
yarn start
- You will see:
- Input the numbers from 1-8 to enjoy!