Skip to content

Explore my interactive Unit Converter project, built using HTML, CSS, and JavaScript. This tool converts temperature, weight, and distance units, showcasing my skills in front-end development learned through Coursera’s web development course.

License

Notifications You must be signed in to change notification settings

yoonthiriko/Unit-Converter---Coursera-Web-Development-Lab-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit-Converter---Coursera-Web-Development-Lab-Projects

Description

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.

How to Use

-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.

Code Overview

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.

Requirements

-Any modern web browser that supports JavaScript. -Basic knowledge of HTML and CSS to modify the interface as needed.

How to Run the Project

-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.

Acknowledgements

-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.

About

Explore my interactive Unit Converter project, built using HTML, CSS, and JavaScript. This tool converts temperature, weight, and distance units, showcasing my skills in front-end development learned through Coursera’s web development course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published