Prodigy-InfoTech / Web-Development-Projects

Repo for Web Development Projects
GNU Affero General Public License v3.0
35 stars 60 forks source link

🚀 Project: Temperature converter #161

Closed 160121 closed 11 months ago

160121 commented 11 months ago

🔖 Project description

A temperature converter is a tool that allows you to convert temperatures between different units of measurement. It is commonly used to convert temperatures between Celsius, Fahrenheit, and Kelvin

🎤 Pitch

This project should be added to provide user friendly tool to convert the temperature units. It can be implemented using the below formulas Celsius to Fahrenheit: °F = (°C × 9/5) + 32 Fahrenheit to Celsius: °C = (°F - 32) × 5/9 Celsius to Kelvin: K = °C + 273.15 Kelvin to Celsius: °C = K - 273.15

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?