Description:
Currently, the Weather App only displays temperatures in a single unit (default: Celsius). Users should be able to switch between Celsius (°C) and Fahrenheit (°F) for better usability and accessibility across different regions.
Proposed Solution:
-
Add a toggle button (°C / °F) below the search bar.
-
When clicked, the button should switch the unit system (metric ↔ imperial) and refresh the weather data.
-
Visually indicate the active unit (highlight the selected option or change button color).
Benefit:
Enhances user experience by allowing temperature viewing in the unit they are most familiar with.
Description:
Currently, the Weather App only displays temperatures in a single unit (default: Celsius). Users should be able to switch between Celsius (°C) and Fahrenheit (°F) for better usability and accessibility across different regions.
Proposed Solution:
Add a toggle button (°C / °F) below the search bar.
When clicked, the button should switch the unit system (metric ↔ imperial) and refresh the weather data.
Visually indicate the active unit (highlight the selected option or change button color).
Benefit:
Enhances user experience by allowing temperature viewing in the unit they are most familiar with.