A responsive web application that converts temperatures between Fahrenheit and Celsius using HTML, CSS, and JavaScript.
- 
🔄 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
 
HTML – Structure of the web page
CSS – Styling and responsive layout
JavaScript – Logic for temperature conversion
- 
Celsius to Fahrenheit: (°C × 9/5) + 32 = °F
 - 
Fahrenheit to Celsius: (°F − 32) × 5/9 = °C
 
- Enter the temperature value.
 - The converted temperature appears instantly.