Srijita-Mandal / fix-your-nums

Multiple-in-one calculator, by JavaScript, HTML & CSS
https://srijita-mandal.github.io/fix-your-nums/landing.html
MIT License
26 stars 55 forks source link

Add Ohm's Law calculator with unit conversions #643

Open RichardBronosky opened 1 year ago

RichardBronosky commented 1 year ago

Add Ohm's Law calculator with unit conversions

There are MANY online calculators for Ohm's Law. The formulas are simple. The units are simple. But the UIs are clunky, and the UX is frustrating. Adding this calculator in FYN would create the first oninput (aka: no "click calculate", and certainly no "page reload") tool of its kind.

Formulas

Unit Modifiers

Units

Visualized like so:

The Ohm's Law Triangle The Ohm's Law Wheel The Power Formula Triangle

RichardBronosky commented 1 year ago

I intend to address this issue in a branch on my fork. https://github.com/RichardBronosky/fix-your-nums/blob/ohms-law/TODO.md