This Weather App is a React-based application that allows users to search for weather information of various locations. The app uses Material UI for a responsive and modern design.
The Weather App provides real-time weather data for different cities. Users can enter a city name to get the current temperature, weather conditions, humidity, and more. The app is built using React and leverages Material UI components for a polished user interface.
- React: JavaScript library for building user interfaces.
- Material UI: A popular React UI framework that provides pre-designed components for a fast and responsive layout.
- CSS: Used for additional styling and layout customization.
- OpenWeatherMap API: For fetching weather data.
Enter a city name in the search box to get the current weather information.
- Search for weather data by city name.
- Displays current temperature, humidity, and weather conditions.
- Responsive design using Material UI components.
- Error handling for invalid city names.