A responsive weather application built with React, leveraging Material-UI for modern design and React Hooks for state management. This app allows users to get real-time weather updates for any location.
- 🌍 Search for weather updates by city name.
- ⛅ Displays current weather conditions (temperature, humidity, etc.).
- 📱 Fully responsive design with Material-UI components.
- 🌀 Simple and efficient state management using
useState
.
This app uses the OpenWeatherMap API to fetch real-time weather data.
API Call Format:
https://api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}&units=metric
- React
- Material-UI
- React Hooks (useState)
- OpenWeatherMap API