A simple and responsive weather forecasting web app built using React.js. It fetches real-time weather data and displays temperature, humidity, wind speed, and general conditions for any city.
- π Search weather by city name
- π‘οΈ Displays temperature, humidity, wind, and condition
- π€οΈ Real-time data from OpenWeatherMap API (or similar)
- π± Responsive design for mobile and desktop
- βοΈ Built with modern React practices (hooks, functional components)
- Frontend: React.js, CSS
- API: OpenWeatherMap (or whichever API you used)
git clone https://github.com/your-username/weather-app.git
cd weather-app
2. Install Dependencies
npm install
3. Start the App
npm start
Live Demo
https://myweatherappweb.netlify.app/