Project Type: Weather Forecast Web Application
Highlights:
• Allows users to search for a city and get current weather data.
• Displays essential information: temperature, humidity, weather conditions, icon, etc.
• Responsive layout works across desktops, tablets, and mobiles.
Implementation:
Built using HTML, CSS, JavaScript, and integrated with a weather API (like OpenWeatherMap).
JavaScript is used for fetching API data (AJAX / fetch), parsing JSON, and dynamically updating the page content.
CSS used for styling and responsive behavior; HTML structuring the layout.