You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weather App is a responsive application built with React that allows users to search for real-time weather information in any city. The app fetches weather data from a weather API and dynamically updates the background image based on the city using Unsplash API. It leverages the Context API for state management and Axios for API requests.