A mini project online weather application that uses the OpenWeatherMap API to display real-time weather information without using a framework.
Built using HTML, CSS, and JavaScript, this project demonstrates basic API integration and dynamic UI updates.
This mini project allows users to search for any city and instantly retrieve weather details such as temperature, humidity, and conditions.
It is designed to be beginner-friendly and focuses on core web development concepts such as:
- DOM manipulation
- Fetching API data
- Displaying dynamic content
- Basic error handling
- HTML
- CSS
- JavaScript
- OpenWeatherMap API
Based on your public repository: WeatherApp.
- Search any city across the globe
- Automatically fetches weather data from OpenWeatherMap API
- Temperature
- Weather condition (Clear, Cloudy, Rain, etc.)
- Humidity level
- Wind speed
- Displays a message when the city is not found
- Prevents empty search submissions
- Minimal and user-friendly interface
- Responsive layout for mobile and desktop
git clone https://github.com/mhardev/WeatherApp.git
cd WeatherApp
Joshua Mhar M. Alcubilla
Web Developer