This repository contains a simple web-based Temperature Converter application built using HTML, CSS, and JavaScript. With this application, you can easily convert temperatures between Celsius, Fahrenheit, and Kelvin. This README provides an overview of the project, instructions for usage, and guidelines for contributing.
- Convert temperatures between Celsius, Fahrenheit, and Kelvin.
- User-friendly and intuitive interface.
- Real-time conversion as you type.
- Responsive design for various screen sizes.
You can see the Temperature Converter in action by visiting the Demo page.
- Enter a temperature value in the input field labeled "Enter temperature".
- After entering the value, press the "Enter" key, and you will see the temperature values updated in all three fields (C, K, and F).
- The converted temperature will be displayed in the selected unit (Celsius, Kelvin, or Fahrenheit) in real-time as you enter or change the values.