mybank-usamy

1.0.2 • Public • Published

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

  1. The software should have the following information of a customer:
    • First name, last name, gender, age, and mobile number
  2. Bank account:
    • Customer can debit and credit money
    • Customer can check his/her account balance
  3. Debit:
    • If account balance is less than debit amount, transaction will be cancelled with a message
  4. 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

github link

npmjs link

Screenshots

Here are some screenshots of the app in action:

image 1 image 2 image 3

Package Sidebar

Install

npm i mybank-usamy

Weekly Downloads

6

Version

1.0.2

License

ISC

Unpacked Size

269 kB

Total Files

14

Last publish

Collaborators

  • usamyismy