A simple, modern weather dashboard. Enter a city to get real-time temperature, humidity, and forecast using the OpenWeatherMap API.
- Get a free API key from https://openweathermap.org/api
- Replace
YOUR_API_KEYinapp.jswith your key - Open
index.htmlin your browser
index.html– Main UIstyle.css– Stylesapp.js– Weather logicfavico.svg– Favicon
- Built a minimal, modern UI with clear code and comments
- Fetches and displays weather for any city
- Tested for desktop and mobile
No dependencies. Fast, simple, works everywhere.