An open API service indexing awesome lists of open source software.

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.

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!