Temperature Converter
React
Easy
Objective
Create a React component that allows the user to convert temperatures between Fahrenheit and Celsius in real-time.
Requirements
The component should be called
TemperatureConverter
The component should have two input fields
One for Celsius & one for Fahrenheit
As the user types into either field, the corresponding value in the other field should update in real time to reflect the converted temperature
The component should fail gracefully if the user enters a non-numeric character