Weather App

weather app screenshot

This is a simple weather app built with React and Styled-Components. The user's location data is fetched using the Geolocation API, and weather data is retrieved from the freeCodeCamp weather API. A user can see their location's temperature in celsius or fahrenheit and a description of the current weather conditions. The background colours also change depending on whether it is day or night.

See the code on Github

View the site