Java Projects

Pizza Price Calculator (JavaFX)

The Pizza Price Calculator is a user-friendly JavaFX desktop application that allows users to build their custom pizza by selecting a size and toppings — and instantly see the total cost. The interface is simple and intuitive. Users start by choosing one of three pizza sizes: Small, Medium, or Large, with Medium selected by default. Below that, there's a list of popular toppings like Sausage, Pepperoni, Salami, Olives, Mushrooms, and Anchovies — all available as checkboxes.

Future Value App

This project is a JavaFX-based Future Value Calculator. Users can enter a monthly investment amount, interest rate, and number of years to calculate the future value of their investment. Each result is stored in a LinkedList, and users can view a sorted list of all past calculations made during the session.

VehicleApp

VehicleApp is a Java-based desktop application for managing vehicle records. With a user-friendly interface, it allows users to perform full data operations on a vehicle database, including adding, viewing, updating, deleting, and searching records. The app includes strong data validation and uses a local SQLite database for persistent storage, making it ideal for small-scale inventory systems or as a portfolio project..

← Back to Projects