This React application allows users to explore weather conditions such as temperature, humidity, and wind speed for various predefined locations. Additionally, users can search for weather data in a specific location of their choice. The application fetches weather data using the OpenWeather API and manages API requests with Axios.
- View current weather conditions for predefined locations.
- Search functionality to find weather data for any user-specified location.
- Display detailed weather information including temperature, humidity, and wind speed.
- React: A JavaScript library for building user interfaces.
- Axios: Promise based HTTP client for the browser and node.js.
- OpenWeather API: Provides weather data for different locations.
Here's a short video that walks you through the features and functionality of the Weather Dashboard application:
