As a user, I should see an input field with a prompt that reads 'Convert to', and I should be able to click either Fahrenheit or Celsius.
AC
WHEN the page loads
THEN an input field should appear
AND it should have a placeholder saying 'Enter Number Here'
AND it should have two radio buttons underneath -- Fahrenheit and Celsius.
AND it should have a prompt in front of buttons reading Convert to:
Dev Notes
Open index.html
Input field with placeholder of Enter Number Here
Create h3 that reads Convert to:
Use bootstrap radio buttons (two) -- Fahrenheit and Celsius
User Story
As a user, I should see an input field with a prompt that reads 'Convert to', and I should be able to click either Fahrenheit or Celsius.
AC
WHEN the page loads THEN an input field should appear AND it should have a placeholder saying 'Enter Number Here' AND it should have two radio buttons underneath -- Fahrenheit and Celsius. AND it should have a prompt in front of buttons reading
Convert to:
Dev Notes
Enter Number Here
Convert to: