mh20-oop-my-bank
v1.0.1
Published
* This project, "OOP My Bank," is a TypeScript-based command-line application that simulates basic banking operations using Object-Oriented Programming (OOP) principles. It utilizes the inquirer library for interactive command-line prompts and chalk for c
Downloads
2
Readme
OOP My Bank
Overview
- This project, "OOP My Bank," is a TypeScript-based command-line application that simulates basic banking operations using Object-Oriented Programming (OOP) principles. It utilizes the inquirer library for interactive command-line prompts and chalk for colored output.
Features
- Customer Details: Enter an account number and select Customer Details from dropdown to see customer's details.
- Deposit: Perform transaction to deposit money in your account.
- Withdraw: You can withdraw money from your account.
- Check Balance: Check the current balance of any account.
Technologies Used
- TypeScript: Typed superset of JavaScript for improved code quality and maintainability.
- Inquirer: Interactive command-line interface for user prompts.
- Chalk: Library for styling command-line output with colors.
Npm Command
- If you want to try it, run this command in your terminal:
- npx mh20-oop-my-bank