You will create a tool to convert temperatures from one scale to another. After completing each bullet point in the requirements, you should commit and push your changes.
- Fork this repository
- Clone your repository to your local machine
git clone - Open the project in your text editor
- Create HTML, CSS, and JS files in your root
- The user can enter a value into the textbox
- The user can click the calculate button
- The system will convert the Fahrenheit value into Celsius
- The user can view the Celsius value
- The system will convert the Fahrenheit value into Kelvin
- The system will convert the Fahrenheit value into Rankine
- The user can view the Kelvin value
- The user can view the Rankine value
- The user can view the Fahrenheit value
- The user can select their starting scale
- The system will convert the value from the starting scall to all four scales
Create a pull request from your project GitHub page
Happy Hacking!


