A JavaFX-based desktop application for converting units across various categories such as Length, Weight, and Temperature.
- Select a category (e.g., Length, Weight, Temperature)
- Choose units to convert from and to
- Input a value and view the converted result
- Swap units for quick reverse conversion
- Java – Core programming language
- JavaFX – User interface framework
- Gradle – Build automation tool
UnitConverter/
├── src/
│ ├── main/
│ │ ├── java/
│ │ │ └── com.example.converter.ui.javafx.controller/
│ │ │ └── ConverterController.java
│ │ └── resources/
│ │ ├── ConverterView.fxml
│ │ └── styles.css
├── assets/
│ └── UC.png
├── build.gradle
├── gradlew
├── gradlew.bat
└── LICENSE
-
Clone the repository:
git clone https://github.com/RohanDevOps/UnitConverter.git cd UnitConverter
-
Build the project using Gradle:
./gradlew build
-
Run the application:
./gradlew run
The application interface:
assets/UC.png
This project is licensed under the MIT License. See the LICENSE
file for details.