Skip to content

rmshimomura/Bank-Accounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank-Accounts

Bank accounts project using only the terminal

How to run the project

Because this project is made to be used only on the terminal, simply type:

-> npm install 
-> npm start

Node modules used:

  • fs
  • Chalk (4.1.2)
  • Inquirer (8.2.0)

Accounts are stored on files on the ./accounts directory, on {account_name}.json format.

Available functions:

  • Account creation
  • Check current balance
  • Deposit
  • Withdraw
  • Transference between accounts

About

Simple project using basic node operations

Topics

Resources

Stars

Watchers

Forks