Developed a responsive Weather Application using React to display real-time weather information.
Integrated a public weather API to fetch live data such as temperature, humidity, wind speed, and weather conditions.
Implemented search functionality to allow users to check weather by city name.
Used React Hooks (useState, useEffect) for state management and API handling.
Designed a clean and user-friendly UI with proper error handling for invalid city inputs.