# TEMPERATURE CONVERTOR
A simple and interactive web-based temperature converter that allows users to convert values between Celsius, Fahrenheit, and Kelvin. This project demonstrates basic JavaScript logic, DOM manipulation, and responsive UI design.
## 🌐 Live Demo
View the live application here:
👉 https://karthik-004.github.io/TEMPERATURE_CONVERTOR/
## Overview
The Temperature Converter provides an easy-to-use interface for converting temperatures across different units. It updates results instantly based on user input and selected conversion type.
## Key Features
- Convert between Celsius, Fahrenheit, and Kelvin
- Real-time conversion output
- Simple and clean user interface
- Responsive design for different screen sizes
- Lightweight and fast performance
## Technology Stack
- HTML5
- CSS3
- JavaScript (ES6)
## Getting Started
### Prerequisites
A modern web browser (Chrome, Edge, Firefox, etc.)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/KARTHIK-004/TEMPERATURE_CONVERTOR.git-
Navigate to the project directory:
cd TEMPERATURE_CONVERTOR -
Open
index.htmlin your browser to use the application.
- Enter a temperature value.
- Select the unit to convert from.
- Select the unit to convert to.
- View the converted temperature instantly.
TEMPERATURE_CONVERTOR/
├── index.html
├── style.css
├── script.js
└── README.md
This project is ideal for:
- Practicing JavaScript fundamentals
- Learning DOM manipulation
- Building simple utility-based web tools
- Strengthening front-end development skills
This project is open-source and intended for educational and personal use.
⭐ If you like this project, consider giving it a star on GitHub!