Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marvinkweyu/banking-cli

A simple banking application on the CLI
https://github.com/marvinkweyu/banking-cli

Last synced: about 1 month ago
JSON representation

A simple banking application on the CLI

Awesome Lists containing this project

README

        

## BankingCli
> A commandline banking application

Offers the following features
A user sees the following menu:

1. Deposit
2. Withdraw
3. Check balance
4. Send money between accounts
5. Exit

A sample command-line application with an entrypoint in `bin/`, library code
in `lib/`, and example unit test in `test/`.