This project is a basic unit converter that allows users to convert between: -Temperature: Celsius to Fahrenheit -Weight: Kilograms to Pounds -Distance: Kilometers to Miles It is built using HTML, CSS, and JavaScript, providing an easy-to-use interface for quick and accurate conversions.
-Temperature Conversion: ~Enter a value in the Celsius input field. ~The equivalent value in Fahrenheit will be automatically calculated and displayed.
-Weight Conversion: ~Enter a value in the Kilograms input field. ~The equivalent value in Pounds will be automatically calculated and displayed.
-Distance Conversion: ~Enter a value in the Kilometers input field. ~The equivalent value in Miles will be automatically calculated and displayed.
The conversions are handled by simple JavaScript functions that perform the arithmetic and update the corresponding input fields. Rounding is applied for weight and distance conversions to display results up to 2 decimal places.
-Any modern web browser that supports JavaScript. -Basic knowledge of HTML and CSS to modify the interface as needed.
-Download or clone the project repository. -Open the index.html file in any web browser. -Enter values in the input fields to see the conversions in real-time.
-This project was created as part of my learning journey through the Coursera HTML, CSS, and JavaScript for Web Developers Course. -The course helped me build a solid foundation in web development and guided me through the development of this unit converter.