A responsive weather application built with HTML, CSS (Bootstrap), JavaScript, and Chart.js, using the OpenWeatherMap API. It allows users to search for a city or use their current location to see real-time weather data, a 5-day forecast, and a temperature chart.
π Search by City β Get current weather by entering any city name.
π Location-based Weather β Uses browser geolocation to fetch your current cityβs weather.
π‘ Current Weather β Shows temperature, humidity, wind speed, condition, and an icon.
π
5-Day Forecast β Forecast cards with date, temperature, description, and weather icons.
π Temperature Chart β Line chart showing daily forecasted temperatures using Chart.js.
π Unit Toggle β Switch between Celsius (Β°C) and Fahrenheit (Β°F).
π¨ Modern UI β Styled with Bootstrap + custom CSS (glassmorphism effect).
HTML5 CSS3 + Bootstrap JavaScript (ES6+) Chart.js OpenWeatherMap API