WeatherNow is a simple weather application built with React + Vite and deployed on Render.
It fetches real-time weather data using the OpenWeather API.
- 🌍 Search weather by city name
- 🌡️ View temperature, min/max, humidity, and feels-like data
- ☁️ Shows weather description (e.g., clear sky, rain, clouds)
- ❌ Handles invalid city input gracefully
- React + Vite (Frontend framework)
- Material UI (UI components)
- OpenWeather API (Weather data provider)
- Render (Hosting)