A simple weather dashboard that fetches and displays current weather information based on user input or the user's geolocation using the OpenWeatherMap API.
- Search for weather by city name
- Display current temperature, weather description, humidity, and wind speed
- Show weather icons based on the weather condition
- Handle location errors gracefully
- Responsive design
Check out the live demo here.
- Enter a city name in the input box and click the search button.
- The weather details for the entered city will be displayed.
- On page load, the weather information for your current location will be fetched and displayed.
To customize the weather images, replace the images in the project directory (clear.png, cloud.png, rain.png, mist.png, snow.png, overcast.png, 404.png) with your own images.
Feel free to fork this repository and make pull requests. Any improvements or suggestions are welcome.
This project is licensed under the MIT License. See the LICENSE file for details.