Overview
The Weather Forecast application provides real-time weather data for any city worldwide. This responsive web app fetches current weather conditions from the OpenWeatherMap API and presents them in an intuitive, visually appealing interface.
Key Features
- Real-time Weather Data: Fetches and displays current weather conditions including temperature, humidity, wind speed, and atmospheric pressure.
- Location Search: Users can search for weather information by city name with autocomplete suggestions.
- Dynamic Icons: Visual weather representation using Font Awesome icons that change based on current conditions.
- Unit Conversion: Toggle between Celsius and Fahrenheit with a single click.
- Responsive Design: Fully responsive layout that works on all device sizes from mobile to desktop.
- Error Handling: Graceful error messages when locations aren't found or API requests fail.
Technologies Used
HTML5
CSS3
JavaScript
OpenWeatherMap API
Bootstrap