mybank-usamy
v1.0.2
Published
This console application manages a simple banking system. It stores customer information including name, gender, age, and mobile number. Customers can debit and credit money from their account, check their balance, and receive alerts for unsuccessful tran
Downloads
4
Maintainers
Readme
My Bank Simple Console App
This console application manages a simple banking system. It stores customer information including name, gender, age, and mobile number. Customers can debit and credit money from their account, check their balance, and receive alerts for unsuccessful transactions. A $1 fee is applied for credits over $100.
Requirements
- The software should have the following information of a customer:
- First name, last name, gender, age, and mobile number
- Bank account:
- Customer can debit and credit money
- Customer can check his/her account balance
- Debit:
- If account balance is less than debit amount, transaction will be cancelled with a message
- Credit:
- $1 will be deducted if more than $100 is credited to the account
Installation
To use this app, you need to have Node.js and npm installed on your machine. Run the following command in the terminal to install the app:
npm i mybank-usamy
Then, run the following command to use the app:
npx mybank-usamy
Technologies Used
- TypeScript
- Node.js
- Inquirer
References
Screenshots
Here are some screenshots of the app in action: