Temperature Converter

React
Easy

Objective

Create a React component that allows the user to convert temperatures between Fahrenheit and Celsius in real-time.

Requirements

  1. The component should be called TemperatureConverter

  2. The component should have two input fields

    1. One for Celsius & one for Fahrenheit

  3. As the user types into either field, the corresponding value in the other field should update in real time to reflect the converted temperature

  4. The component should fail gracefully if the user enters a non-numeric character