Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.21 KB

Temperature Converter Web Application

Overview

The Temperature Converter web application allows users to convert temperatures between Celsius (°C) and Fahrenheit (°F). The UI is designed to be clean, basic, and user-friendly, providing an intuitive interface for inputting values and viewing conversion results.

Screenshot of Temperature Converter

Features

  • Celsius to Fahrenheit Conversion: Easily convert temperatures from Celsius to Fahrenheit.
  • Fahrenheit to Celsius Conversion: Convert temperatures from Fahrenheit to Celsius with a single click.
  • Responsive Design: The application is responsive and works seamlessly on various devices, including desktops, tablets, and smartphones.
  • Conversion Formulas: Display the mathematical formulas used for conversions at the bottom of the page.
  • Reset Functionality: Clear input fields and results with a reset button.

Getting Started

To run the Temperature Converter locally, follow these steps:

Prerequisites

  • A modern web browser (Chrome, Firefox, Safari, Edge)

Installation

  1. Clone the Repository
    git clone https://github.com/sonhak-18/Mini-Coding-Project_RevoU