A React-based weather application with real-time data fetching and responsive design.

A modern weather application built with React.js that provides real-time weather information using REST API integration. The app demonstrates React fundamentals, state management, and API handling.
git clone https://github.com/Ahmed-Alabadla/weather-app.git
cd weather-appnpm installnpm startEnter a city name to get current weather conditions and forecast. The app uses OpenWeather API for data.