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 curde forms of authentication.
Go to file
Sven Vogel 5237594d67 added preview images 2023-07-01 16:35:28 +02:00
meta added preview images 2023-07-01 16:35:28 +02:00
res added new tests for decoding 2023-06-22 12:58:56 +02:00
src/me/teridax/jcash added javadoc and implemented transfer functionality 2023-07-01 16:13:36 +02:00
.gitignore Initial commit 2023-06-16 21:20:06 +00:00
JCash.iml added preview images 2023-07-01 16:35:28 +02:00
LICENSE Initial commit 2023-06-16 21:20:06 +00:00
README.md updated README 2023-07-01 16:33:18 +02:00

README.md

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