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
A simple and responsive weather app built with React and OpenWeatherMap API. Users can enter a city name to fetch and display real-time weather information, including temperature and weather conditions. Perfect for learning React basics, API integration, and error handling.
This repository contains a weather application that provides real-time weather information for a specified city. The application fetches weather data from a weather API and displays the current temperature, maximum and minimum temperatures, and other relevant weather details.