Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 819 Bytes

File metadata and controls

18 lines (11 loc) · 819 Bytes

ATM-like Bank Account Manager App

A Java object-oriented (OOP) console application, which will take a user's account ID and corresponding secure 4-digit Pin number (stored as a hash (MD5)), in order to authenticate and successfully login. Once logged in users can view their account summaries, get a full transactions history, as well as withdraw, deposit and transfer funds between the user's open accounts.



Install from terminal/shell, in the directory/repo's parent folder (javac command). Run ATM.java (java command).


Version Changes
Version 1.0.0 [2020-05-01]
  • Initial Commit.
  • Add classes.
  • Fully functioning
  • Upload Screenshots.
  • Create README.md
Version 1.0.1 [2020-05-22]
  • Update README.md