A simple and responsive weather application built with React that fetches real-time weather data using the OpenWeatherMap API.
https://weather-app-six-kappa-21.vercel.app/
- Search weather by city name
- Displays:
- Temperature (°C)
- Weather condition
- Humidity
- Wind speed
- Weather icon
- Loading state handling
- Error handling (invalid city, network issues)
- Responsive design (mobile + desktop)
- Clean and modern UI
- React (Frontend framework)
- Vite (Build tool)
- CSS (Styling)
- OpenWeatherMap API (Weather data)
- Vercel (Deployment)
git clone https://github.com/your-username/weather-app.git
cd weather-app
npm install
npm run dev