Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arminasbrazenas/mortgage-calculator

A mortgage calculator created with JavaFX.
https://github.com/arminasbrazenas/mortgage-calculator

javafx mortgage-calculator

Last synced: 12 days ago
JSON representation

A mortgage calculator created with JavaFX.

Awesome Lists containing this project

README

        

# Mortgage calculator
A mortgage calculator created with JavaFX library. It was written during the 2nd semester of Software Engineering at Vilnius University for Object-Oriented Programming course (2023). The project implements:
- Annuity and linear mortgage calculation;
- Payment deferral with a custom interest rate;
- Payment representation in a table;
- Payment representation in a graph;
- Payment filtering by the given months;
- Data exportation to a spreadsheet.

## Examples
![Main screen](./examples/main-screen.png)
*Main screen*

![Spreadsheet](./examples/spreadsheet.png)
*Spreadsheet*