This is a simple weather web app using OpenWeatherMap.
- Put files in a folder
weather-app. - Open
index.htmlin your browser (double-click). - Or run a local server:
python -m http.server 8000then openhttp://localhost:8000.
- Create repo on GitHub and push these files.
- In GitHub: Settings → Pages → Branch: main, Folder: / (root) → Save.
- After a minute open
https://<your-username>.github.io/<repo-name>/.
Note: The app uses a public API key inside script.js for the demo.