Skip to content

AmulyaShetty11/Conversion-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conversion-Calculator

The Conversion Calculator is a web-based application that allows users to easily convert between different units of measurement. It provides three conversion options:

  1. Temperature: Celsius to Fahrenheit

    • Users can enter a temperature in Celsius, and the calculator will instantly display the equivalent temperature in Fahrenheit.
  2. Weight: Kilograms to Pounds

    • Users can input a weight in kilograms, and the calculator will instantly show the corresponding weight in pounds.
  3. Distance: Kilometers to Miles

    • Users can enter a distance in kilometers, and the calculator will instantly display the equivalent distance in miles.

Technologies Used:

  • HTML
  • JavaScript
  • CSS

Features:

  1. User-Friendly Interface:

    • The calculator has a clean and intuitive user interface with input fields for each conversion type.
  2. Error Handling:

    • The calculator handles invalid inputs gracefully and provides clear error messages if the input is not a valid number.
  3. Styling with CSS:

    • The application is styled using CSS to make it visually appealing and user-friendly.

How to Use:

  1. Open the index.html file in a web browser.
  2. Choose the conversion type (Temperature, Weight, or Distance).
  3. Enter the value you want to convert in the respective input field.
  4. Click on convert button and view the converted value.

Repository Structure:

  • index.html: Contains the HTML structure of the calculator.
  • script.js: Contains the JavaScript code for handling conversions and user interactions.
  • style.css: Contains the CSS code for styling the calculator.

GitHub Repository Link: [Insert GitHub Repository Link]

Screenshots: -Navbar

Screenshot 2023-10-07 141929

-Temperature: Celsius to Fahrenheit

Screenshot 2023-10-07 142011

-Weight: Kilograms to Pounds

Screenshot 2023-10-07 142049

-Distance: Kilometers to Miles

image

-Home button and footer

Screenshot 2023-10-07 142629

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published