Unit Converter
Published 09/26/2024
I’m regularly using Google for quick conversions, such as:
- 4 liters to gallons
- 0 C to F
- 3:30 PM EST to PST
ETC. There is a clear pattern and Google themselves provide a nice little widget to catch 99% of these searches I do.
I love re-inventing the wheel, so I figured this would be another quick project. My goals for this project are that I wanted nothing but text input and text output. History of the past 10 items are added as the screen space felt wasted without them.
Like all of my web tools - it’s entirely client sided and operates entirely in your browser, so it’s just as secure as your physical calculator. If you’re interested you can view my Unit Converter.
Designing this project was really fun, and I’ve written it in a way, so it’s extremely easy to extend and add new formulas. Please feel free to edit it, as it’s open source under the MIT license.


