A JavaFX desktop application for planning and tracking direct debits and recurring payments.
- Add and manage recurring direct debits
- Automatic monthly total calculation
- SQLite database storage
- Simple JavaFX interface
- Java
- JavaFX
- Maven
- SQLite
Clone the repository:
git clone https://github.com/Pouyaghp/DirectDebitPlanner.git
Open the project in IntelliJ IDEA and run:
HelloApplication.java
src/main/java → application code
src/main/resources → UI files (FXML)
pom.xml → Maven dependencies
