A simple and user-friendly weather app built with React and OpenWeatherMap API. Check real-time weather updates, temperature, humidity, and forecasts for any city across the globe.
- 🔍 Search weather by city name
- 📍 Get weather using your current location
- 🌡️ Real-time temperature, humidity, wind, and pressure data
- 🧭 Supports metric and imperial units
- 🎨 Responsive and modern UI with live updates
- 🌙 Dark/Light mode (optional if implemented)
https://ganesh-react-weather-app.netlify.app/
- Frontend: React, Vite, SCSS/CSS
- API: OpenWeatherMap API
- Other: Axios, Geolocation API
This React-based weather app provides accurate and real-time weather updates for cities around the world. Users can search for weather by city - name or use their current location. The app fetches data from the OpenWeatherMap API and displays key weather metrics such as temperature, humidity, wind speed, and weather conditions in a clean and responsive UI. Built with Vite and SCSS, it offers fast performance and a modern design. Ideal for learning or personal use.