A simple, responsive weather application built with React + Vite + Tailwind CSS.
It fetches live weather data using the Open-Meteo API.
- ๐ Search for any city and get current weather instantly
- ๐ก๏ธ Shows temperature, wind speed, and weather condition with emoji
- ๐จ Dynamic background gradients based on weather (sunny, rainy, snowy, etc.)
- โฐ Displays last updated time for weather data
- โจ๏ธ Supports pressing Enter key to trigger search
- ๐ฑ Fully responsive (works on mobile + desktop)
- โ Error handling for invalid cities or API issues
- React 18 (via Vite)
- Tailwind CSS for styling
- Open-Meteo API for weather + geocoding
git clone https://github.com/your-username/weather-now.git
cd weather-nownpm install
npm run dev