Skip to content

ProgrammingMadeEasy-Community/temitope_console_bank_app_nodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a BankApp using Console application It should be able to do the following:

  1. Collect name as account Name
  2. Assign account number
  3. Make a deposit
  4. Set transaction PIN
    • Using pin for transaction:
  5. If the user enters the wrong PIN 3 times lock the account (end program)
    • Validate PIN to:
  6. Make a transfer
  7. Make a withdrawal
  8. View account details (including balance)
  9. Using a list implement view transaction history

Running the program

  1. Install Node.js if not already installed: Node.js
  2. Clone the repo
  3. Navigate to the project directory
  4. Install dependencies using npm install
  5. Run the application using node index.js
  6. Follow the on-screen prompts to interact with the BankApp. You can perform various operations like creating accounts, deposits, transfers, withdrawals, viewing account details, and transaction history.

About

A console bank app using NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors