A responsive weather forecast web application that allows users to search for any location and get real-time weather information. The project is built using HTML, CSS, JavaScript, Bootstrap, and consumes data from a Weather API.
- π Search weather by location
- π‘οΈ Display current temperature, weather condition, humidity, and wind
- π Real-time and accurate data from external API
- π± Responsive design using Bootstrap
- π¨ Clean and modern UI
Check it out live here:
π Demo
- HTML5 β Structure of the webpage
- CSS3 β Custom styling
- JavaScript β Logic and API integration
- Bootstrap 5 β Responsive layout and components
- Weather API β Fetching weather data
- User enters a location.
- JavaScript sends a request to the weather API.
- The response is parsed and displayed on the page.
- UI updates with location name, temperature, condition icon, and more.