Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 386 Bytes

File metadata and controls

13 lines (8 loc) · 386 Bytes

ATM Simulator

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.

What I Learned

  • How to create a program using OOP
  • How to use the JavaFX to create a desktop application
  • PostgreSQL