JCash/README.md

562 B

JCash

About

Draft program for the Java class of semester 2. The goal was to simulate basic cash machine that can read customer data from a .csv file and let the user view the data with crude forms of authentication.

Overview

The program can read .csv file from disk and allows the user login to an account specified. After login, the user can deposit, takeoff or transfer money from an account. The application does not write any changes back into the file.

Images

preview.png