Weather App is a modern, responsive web application built using React and Tailwind CSS. It fetches real-time weather data from the OpenWeather API and displays it in a clean and user-friendly interface.
- 🔍 Search for any city to get current weather info
- 🌡️ Shows temperature, humidity, wind speed, and more
- 📱 Fully responsive design with Tailwind CSS
- ⚡ Fast and lightweight React app
- React – JavaScript library for building user interfaces
- Tailwind CSS – Utility-first CSS framework
- OpenWeather API – For weather data
git clone https://github.com/your-username/weather-app.git
cd weather-app
npm install
npm start
