A simple web application built using Java Servlets that allows users to check the current weather conditions for a specified city. This app integrates with the OpenWeather API to fetch and display real-time weather data.
- City Search: Enter the name of a city to get the current weather information.
- Weather Data: Displays temperature, weather conditions, and additional details fetched from the OpenWeather API.
- Java Servlet: Handles HTTP requests and responses to interact with the client-side form and the OpenWeather API.
- OpenWeather API: Provides weather data for various cities.
- HTML/CSS: Basic front-end implementation for user interaction.