A modern and responsive Weather Application built using React that allows users to check real-time weather information for any city worldwide.
👉 https://skycast-now.netlify.app/
- 🌍 Search weather by city name
- 🌡️ Real-time temperature, humidity, and conditions
- 📍 Location-based weather using Geo API
- 🎨 Clean and responsive UI
- ⚡ Fast performance with Vite
- ❌ Error handling for invalid city names
- Frontend: React (Vite)
- UI Library: Material UI (MUI)
- API: OpenWeatherMap API
- Styling: CSS
- Deployment: Netlify
📂 Project Structure
src/
│── components/
│ ├── SearchBox.jsx
│ ├── InfoBox.jsx
│ ├── WeatherApp.jsx
│── styles/
│ ├── SearchBox.css
│ ├── InfoBox.css
│── App.jsx
│── main.jsx
public/
.env
package.json
Rakesh D