This is a simple, elegant Temperature Converter that allows users to convert between Celsius and Fahrenheit.
- π₯ User input with number validation
- π Radio buttons to choose input unit
- π "Convert" button to trigger conversion
- π Output displayed in correct temperature unit
- π Beautiful gradient background and modern card UI
- HTML5
- CSS3
- JavaScript (DOM Manipulation)
- Enter a numeric temperature value.
- Select the unit you're entering (Celsius or Fahrenheit).
- Click the Convert button.
- The converted temperature will appear below.
index.html- Structured UI for temperature input.style.css- Modern design with gradient effects.script.js- Handles conversion logic and validation.README.md- This file
- Task Name: Temperature Converter Web App
- Internship Program: Oasis Infobyte Web Development and Designing Internship
- Status: β Completed & Submitted