cli-cashmaster
v1.0.5
Published
A TypeScript-based command-line ATM simulator using Node.js, Inquirer, and Chalk. This program allows users to log in with a PIN, check their account balance, withdraw funds, and exit.
Downloads
9
Readme
CLI-CashMaster
A TypeScript-based command-line ATM simulator using Node.js, Inquirer, and Chalk. This program allows users to log in with a PIN, check their account balance, withdraw funds, and exit.
About
This project was developed as an assignment for the first quarter of the Governor Sindh IT Initiative Program. It will be showcased on my GitHub and npm profiles.
Features
Randomly Generated PIN: Users have three attempts to enter the correct PIN.
Withdrawal Options: Users can withdraw from preset amounts.
Balance Checking: Users can check their account balance at any time.
Session Management: Users can perform multiple operations until they choose to exit.