Command line interface for an ATM clone. View your account balance, make deposits and withdrawals.
1.0.0
This project simulates how ATM machines work. It was my first command line project.
- Inquirer.js => Manage prompts
- Boxen => Display results in a box
- Chalk => Display colorful results
$ npm install
$ npm link
Start the system
$ atm-cli
- Usernames & their corresponding passwords are currently hardcorded as listed below;
sags : 1234
ace : 0000
jane : 1212
- Select transaction type
Check balance
/Deposit
/Withdraw
- Follow prompts.
Project is: complete .
- Store data in a database.
- This project was inspired by Nicanor.
Oliver Sagala Sagspot