Skip to content

pavantummidi/Temperature-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌡️ Temperature Converter

A responsive web application that converts temperatures between Fahrenheit and Celsius using HTML, CSS, and JavaScript.

🔧 Features

  • 🔄 Converts from Fahrenheit to Celsius and vice versa

  • 📱 Fully responsive design for mobile, tablet, and desktop

  • ⚡ Real-time conversion as user inputs temperature

  • 🎨 Clean and user-friendly UI

🚀 Technologies Used

HTML – Structure of the web page

CSS – Styling and responsive layout

JavaScript – Logic for temperature conversion

🧮 Conversion Logic

  • Celsius to Fahrenheit: (°C × 9/5) + 32 = °F

  • Fahrenheit to Celsius: (°F − 32) × 5/9 = °C

🛠️ How to Use

  • Enter the temperature value.
  • The converted temperature appears instantly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •