This project is a responsive Temperature Converter website created as part of my internship. It dynamically converts temperatures between Celsius, Fahrenheit, and Kelvin using JavaScript’s oninput()
function for real-time conversion.
- Real-Time Conversion: Converts between Celsius, Fahrenheit, and Kelvin instantly as values are entered, using JavaScript.
- Responsive Design: Adapts to different screen sizes without requiring media queries.
- Clean Interface: Simple and user-friendly layout for a smooth user experience.
- HTML: Structured layout with form elements for input fields
- CSS: Styling for a clean, accessible interface
- JavaScript:
oninput()
function for real-time updates and conversion logic
-
Clone the repository:
git clone https://github.com/your-username/temperature-converter.git
-
Navigate to the project directory:
cd temperature-converter
-
Open
index.html
in your browser to start using the Temperature Converter.
temperature-converter/
├── index.html # Main HTML file
├── styles/
│ └── style.css # CSS file for styling
└── scripts/
└── script.js # JavaScript file for conversion functionality
https://pradeep-viswanathan.github.io/Temperature-converter/
This project is open-source and available under the MIT License.