A simple and responsive web application for converting between metric and imperial units for length, volume, and mass. This project was built using HTML, CSS, and JavaScript. The application dynamically calculates conversions based on user input, allowing quick and easy conversions between meters/feet, liters/gallons, and kilograms/pounds.
- Converts between metric and imperial units when the user enters a value and clicks the "Convert" button.
- Conversions Supported:
- Length: Meters ↔ Feet
- Volume: Liters ↔ Gallons
- Mass: Kilograms ↔ Pounds
- Clean and Minimal UI: Simple, user-friendly design to keep the interface clutter-free.
- Enter a number in the input field.
- Click the Convert button.
- The length, volume, and mass conversions will appear below the button.
- HTML: For creating the structure of the web page.
- CSS: For styling the application and ensuring responsiveness.
- JavaScript: For handling the unit conversion logic.
- Google Fonts: Imported font for the design.