An ATM simulation app I built using JavaFX and Postgresql.
Allows the user to create an account which gets stored in a database.
Allows for withdrawing and depositing into checking / savings account, managed by a local database.
- How to create a program using OOP
- How to use the JavaFX to create a desktop application
- PostgreSQL