/Temperature-Converter-Website

This repository contains a beginner-friendly Temperature Converter website developed during an internship at Oasis Infobyte. The project allows users to convert temperatures between Celsius and Fahrenheit through a simple and organized interface.

Primary LanguageCSS

Temperature Converter Website

This repository contains a beginner-level Temperature Converter website developed during an internship at Oasis Infobyte. The project allows users to convert temperatures between Celsius and Fahrenheit, providing a simple and intuitive user interface.

oibsip_taskno.3

File Structure

  • index.html: Main HTML file providing the structure and content of the temperature converter website.
  • script.js: JavaScript file containing the logic and functionality for temperature conversion.
  • style.css: Cascading Style Sheets (CSS) file responsible for styling the website elements and layout.

Project Overview

The Temperature Converter website offers the following features:

  • Temperature Conversion: Allows users to convert temperatures from Celsius to Fahrenheit, Fahrenheit to Celsius, Celsius to Kelvin, and vice versa.
  • User-Friendly Interface: Provides an intuitive interface with input fields and buttons for effortless temperature conversion.
  • File Structure: Organized file structure with separate HTML, JavaScript, and CSS files for a clean and manageable codebase.

Development Details

  • HTML Structure: The index.html file outlines the structure of the website, including input fields, conversion buttons, and result displays.
  • JavaScript Logic: The script.js file contains the logic and functionality to perform temperature conversions based on user input.
  • Styling Elements: The style.css file is responsible for styling the website elements, ensuring a visually appealing and user-friendly interface.

How to Use

  1. Clone this repository to your local machine:

    https://github.com/MTank76/oibsip_taskno.3.git
    
  2. Open the index.html file in your preferred web browser to access the Temperature Converter website.

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to open issues for suggestions or submit pull requests with proposed enhancements.