The Temperature Converter is a simple web-based tool to convert temperatures between Celsius, Fahrenheit, and Kelvin. It helps practice DOM manipulation, form handling, and basic calculations in JavaScript. The "Convert" button is enabled only when all fields are filled, and the converted result is displayed instantly.
Inspired by the Temperature Converter on roadmap.sh.
- Convert between Celsius, Fahrenheit, and Kelvin.
- Real-time feedback after conversion.
- Clean and responsive UI.
-
Clone the repository:
git clone https://github.com/Yashi-Singh-9/Temperature-Converter.git
-
Open the
index.html
file in your browser to start using the app.
- Enter a temperature.
- Select the unit to convert from and to.
- Click "Convert" to view the result.
This project is licensed under the MIT License. See the LICENSE file for details.
Developed by Yashi Singh.