Vikash-8090-Yadav / Future.WebNet

One place for the web3 developer to showcase their project . This Repo Web3.World consists of projects (decentralized apps) build on differnet chains.This made for the blockchain developer who want's to learn something while contributing .
MIT License
109 stars 125 forks source link

Temperature Converter #452

Closed NupurHardiya closed 1 year ago

NupurHardiya commented 1 year ago

Project Title:- Temperature Converter

Project Description:-

This project is a simple temperature converter that allows users to convert between Celsius and Fahrenheit. The project is written in HTML, CSS, and JavaScript. It uses the following formula to convert between Celsius and Fahrenheit:

fahrenheit = (celsius * 9) / 5 + 32
celsius = ((fahrenheit - 32) * 5) / 9

The project also uses HTML and CSS to create a simple user interface. The user interface includes two input fields, one for Celsius and one for Fahrenheit. When the user clicks the "Convert" button, the code converts the value in the Celsius input field to Fahrenheit and displays it in the Fahrenheit input field. If the user has entered a value in the Fahrenheit input field, the code converts the value to Celsius and displays it in the Celsius input field.

Doc Domain

Are you contributing under any open-source program ?

YES, SSOC'23.


NupurHardiya commented 1 year ago

Hey! @Vikash-8090-Yadav @shubhisingh184 Please assign this issue to me under SSOC'23

shubhisingh184 commented 1 year ago

@NupurHardiya closing this issue as someone is already working on this issue. Please come back to us with some new ideas.