Skip to content

sagspot/atm-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATM-CLI

Command line interface for an ATM clone. View your account balance, make deposits and withdrawals.

Version

1.0.0

Table of Contents

General Information

This project simulates how ATM machines work. It was my first command line project.

Technologies Used

  • Inquirer.js => Manage prompts
  • Boxen => Display results in a box
  • Chalk => Display colorful results

Usage

Installation

Install the dependencies

$ npm install

Create Symlink

$ npm link

Commands

Start the system

$ atm-cli

Additional Infomation

  • 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 Status

Project is: complete .

Room for Improvement

  • Store data in a database.

Acknowledgements

  • This project was inspired by Nicanor.

Contact

Author

Oliver Sagala Sagspot

Releases

No releases published

Packages

No packages published