A simple and responsive web application that allows users to check real-time weather information for any city using OpenWeatherMap API.
- π Search for current weather by city name
- π‘οΈ Displays temperature, weather conditions, humidity, and more
- π Supports global locations
- π± Mobile responsive design
- β‘ Lightweight and fast
- HTML
- CSS
- JavaScript (Vanilla JS)
- OpenWeatherMap API
βββ index.html # Main HTML structure βββ app.js # JavaScript logic and API integration
- Clone the repository
git clone https://github.com/techanuj/Weather-Web-App.git cd Weather-Web-App
Open index.html in your browser You can simply open the file with any modern web browser.
Enter the city name Get the current weather details instantly.
π API Used OpenWeatherMap API - Free tier used for fetching real-time weather data.
π§Ύ License This project is licensed under the MIT License.
Created with β€οΈ by techanuj