https://github.com/busycaesar/auto_loan_application
https://github.com/busycaesar/auto_loan_application
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/busycaesar/auto_loan_application
- Owner: busycaesar
- Created: 2024-02-23T16:37:30.000Z (over 1 year ago)
- Default Branch: Master
- Last Pushed: 2024-04-06T23:51:26.000Z (about 1 year ago)
- Last Synced: 2024-05-06T16:57:05.586Z (about 1 year ago)
- Language: Java
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Load Application
## Description
This application calculates the amount the be paid by the customer at a specific regular interval to repay the money borrowed for purchasing the vechicle.
## Tech Stack
Java, JavaFX, SceneBuilder
## How it looks
Application Interface:

List of stored rates:

## Features
* Calculate the rate of interest and payments as per the price of the car, downpayment, and required payment intervals (weekly, bi-weekly and monthly).
* Change the loan payment duration and see the affected repayment price in real time using a slider.
* Store the calculated rates.
* View the list of stored calculated rates and reloan them into the form.
* Loan sample data for testing.## How to run the project
src/application/Main.java has the main function. Clone this project and run the main function.