koggenfuss / Temp-Converter-Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temp Converter Lab

Description

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.

Setup

  1. Fork this repository
  2. Clone your repository to your local machine git clone
  3. Open the project in your text editor
  4. Create HTML, CSS, and JS files in your root

Requirements

  • 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

Mock Up

mockupPart1

Steps

  1. Structure the webpage (HTML)
  2. Style the webpage (CSS)
  3. Implement the Logic (JavaScript)
  4. Go the extra mile!

Submission

Create a pull request from your project GitHub page

Happy Hacking!

About


Languages

Language:JavaScript 40.9%Language:HTML 33.8%Language:CSS 25.3%