A simple and elegant unit converter that handles conversions between metric and imperial units. The application converts:
- Length (Meters/Feet)
- Volume (Liters/Gallons)
- Mass (Kilograms/Pounds)
Check out the live demo: Unit Converter
- Clean and responsive user interface
- Real-time conversion between metric and imperial units
- Results rounded to three decimal places
- Handles multiple unit conversions simultaneously
- Modern design with a user-friendly interface
- HTML5
- CSS3
- JavaScript
- Google Fonts (Inter)
- Length: 1 meter = 3.2803 feet
- Volume: 1 liter = 0.2642 gallons
- Mass: 1 kilogram = 2.2046 pounds
- Clone the repository:
git clone https://github.com/Elikyals/unit-converter.git- Open
index.htmlin your browser to run the application locally.
unit-converter/
│
├── index.html
├── index.css
├── index.js
└── README.md
This project was completed as part of the JavaScript section in the Scrimba Fullstack Developer Career Path. It demonstrates practical implementation of:
- DOM manipulation
- Event handling
- Functions
- Template literals
- Number formatting
Feel free to fork this project and submit pull requests for any improvements.
