https://github.com/alexisvassquez/unit-converter
A conversion application for US to UK units for travellers using Java.
https://github.com/alexisvassquez/unit-converter
cli currency-converter java java-17 jdk travel-app uk unit-conversion unit-converter unit-converter-app
Last synced: 7 months ago
JSON representation
A conversion application for US to UK units for travellers using Java.
- Host: GitHub
- URL: https://github.com/alexisvassquez/unit-converter
- Owner: alexisvassquez
- Created: 2025-10-02T18:08:24.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-10-02T21:37:08.000Z (8 months ago)
- Last Synced: 2025-10-02T23:31:11.176Z (8 months ago)
- Topics: cli, currency-converter, java, java-17, jdk, travel-app, uk, unit-conversion, unit-converter, unit-converter-app
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**UnitConverter** is a simple Java command-line app that helps you convert between everyday units of measurement. Itβs designed with both US and UK standards in mindβmaking it extra useful for anyone moving, traveling, or working internationally.
Currently supports:
- π Length: miles β kilometers, feet β meters, inches β centimeters, yards β meters
- βοΈ Weight: pounds β kilograms, stone β kilograms, ounces β grams
- π‘ Temperature: Celsius β Fahrenheit
- π₯€ Volume: liters β US/Imperial gallons and pints
- π· Currency: USD($) β GBP(Β£)
- π Speed: mph β km/h
Run it directly in your terminal with `javac` + `java`, or extend it to include more conversions later!