oop

BMI Calculator with JavaFX

JavaFX-based BMI calculator with file handling and OOP principles for tracking health data visually.

BMI Calculator with JavaFX

Tech Stack

JavaJavaFXFile HandlingOOP

About This Project

Overview

The BMI Calculator with JavaFX is a GUI-based Java application that allows users to calculate their Body Mass Index by entering height and weight. Built to demonstrate strong Object-Oriented Programming and file handling concepts, the app categorizes BMI results into standard health ranges and stores historical records in a file. Users can view past BMI calculations in a clean, tabular interface, making it easy to track health trends over time through an intuitive JavaFX UI.

Motivation

Every project starts with a problem worth solving. For BMI Calculator with JavaFX, the motivation came from wanting to streamline workflows and create something that genuinely helps users save time. The goal was to build a solution that is not just functional, but delightful to use.

Lessons Learned

Building BMI Calculator with JavaFX taught me valuable lessons about system design, user experience, and the importance of iterative development. Each challenge became an opportunity to grow as a developer and problem solver.