Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.52 KB

Temperature Converter

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.

Features

  • 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.

Skills and Tools Learned

  • 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

Installation and Usage

  1. Clone the repository:

    git clone https://github.com/your-username/temperature-converter.git
    
  2. Navigate to the project directory:

    cd temperature-converter
    
  3. Open index.html in your browser to start using the Temperature Converter.

Folder Structure

  temperature-converter/
  ├── index.html          # Main HTML file
  ├── styles/
  │   └── style.css       # CSS file for styling
  └── scripts/
      └── script.js       # JavaScript file for conversion functionality

Demo

https://pradeep-viswanathan.github.io/Temperature-converter/

License

This project is open-source and available under the MIT License.