A Java-based web application that provides real-time weather information using the OpenWeatherMap API. Built with HTML, CSS, JavaScript on the frontend and JSP & Servlet for the backend.
- Search weather by city name
- Display temperature, humidity, wind speed, and weather condition
- Real-time data using OpenWeatherMap API
- Responsive and clean UI design
- Backend integration using Java Servlet and JSP
- HTML5
- CSS3
- JavaScript
- Java Servlet
- JSP (JavaServer Pages)
WeatherApp/ βββ WebContent/ β βββ index.html # Homepage β βββ style.css # CSS styling β βββ script.js # JavaScript logic β βββ WEB-INF/ β βββ web.xml # Deployment descriptor βββ src/ β βββ com.weather/ β βββ WeatherApp.java # Servlet code βββ .gitignore βββ README.md