This is a simple weather application built using React.js. It allows users to search for weather information in real-time by entering a city name. The app fetches data from the OpenWeatherMap API and displays details such as temperature, weather conditions, humidity, and wind speed.
- Search weather by city name.
- Real-time weather updates.
- Displays temperature, humidity, and wind speed.
- User-friendly interface.
- React.js
- Axios (for API calls)
- OpenWeatherMap API