A JavaFX-based application for converting units across different 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 get the converted result.
- Swap units for quick reverse conversion.
- Java: Core programming language.
- JavaFX: For building the user interface.
- Gradle: Build automation tool.
src/main/java
: Contains the Java source code.com.example.converter.ui.javafx.controller.ConverterController
: Handles the application logic.
src/main/resources
: Contains FXML files and stylesheets.ConverterView.fxml
: Defines the UI layout.styles.css
: Contains the application's styles.
-
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
This project is licensed under the MIT License. See the LICENSE
file for details.