A small browser-based tool for converting temperatures between Celsius, Fahrenheit, and Kelvin.
- Convert between Celsius ⇄ Fahrenheit, Celsius ⇄ Kelvin, and Fahrenheit ⇄ Kelvin
- “Enter” key support for quick conversion
- Conversion history (last 6 conversions)
- Reset button to clear inputs + history
- Modern, responsive UI (works great on mobile)
- Open
index.htmlin your browser. - Select a conversion mode.
- Enter a temperature value.
- Press Convert or hit Enter.
index.html— UI layoutindex.css— Styling and layoutindex.js— Conversion logic and history
- Add a dark/light theme toggle
- Add auto-conversion while typing
- Copy result to clipboard
- Add unit symbols next to the input field