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.
A simple weather app using HTML, CSS, and JavaScript with the OpenWeatherMap API. Displays real-time temperature, humidity, wind speed, and weather icons based on city input. Fully responsive and easy to use. Just enter a city name to get instant weather updates.
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.