/temperature-conversion

This project is a basic web-based temperature conversion tool built with HTML, CSS, and JavaScript. It allows users to easily convert between Celsius and Fahrenheit in real-time. The interface is clean, responsive, and designed for quick, on-the-go temperature conversions.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Temperature Conversion Web App

A simple web application to convert temperatures between Celsius and Fahrenheit. This app is built using HTML, CSS, and JavaScript, offering instant conversion with a user-friendly interface.

Features

  • Celsius to Fahrenheit: Convert Celsius to Fahrenheit.
  • Fahrenheit to Celsius: Convert Fahrenheit to Celsius.
  • Real-time Conversion: Get instant results as you type.
  • Responsive Design: Works on all device sizes with a mobile-friendly layout.

Technologies Used

  • HTML: For page structure.
  • CSS: For styling and layout.
  • JavaScript: For temperature conversion logic.