updated README
This commit is contained in:
parent
2f3ce0ebd6
commit
e8f5b94c1e
|
@ -4,6 +4,7 @@
|
||||||
<exclude-output />
|
<exclude-output />
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/meta" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
|
11
README.md
11
README.md
|
@ -1,3 +1,12 @@
|
||||||
# JCash
|
# JCash
|
||||||
|
|
||||||
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.
|
## 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](https://git.teridax.de/dhbw/JCash/raw/branch/main/meta/Preview.png)
|
Loading…
Reference in New Issue