A simple and beautiful weather app built with React and Vite.
It shows the current weather of any city using the OpenWeatherMap API.
- 🔍 Search weather by city name
- 🌡️ Shows temperature, weather description, and humidity
- 📍 Clean and minimal design
- ⚡ Fast and responsive UI with React + Vite
- React
- Vite
- OpenWeatherMap API
- HTML & CSS
git clone https://github.com/SkAbuTahir/React-Weather-app.git
cd React-Weather-app
npm install
npm run dev