A simple and responsive weather web application built with HTML, CSS, and TypeScript, using a weather API to display real-time weather information for any city in the world.
- Search weather by city name.
- Display temperature, humidity, and conditions.
- Responsive design for mobile and desktop.
- Built with TypeScript for better code quality.
- HTML5
- CSS3
- TypeScript
- OpenWeather API (or your chosen API)
Weather-App/ ├── index.html ├── style.css ├── script.ts # TypeScript source ├── script.js # Compiled JavaScript └── README.md
-
Clone the repository:
git clone https://github.com/randa-lakab/Weather-App.git
-
Open index.html in your browser.
-
(Optional) Compile TypeScript if you edit script.ts:
tsc script.tsThis project is licensed under the MIT License © 2025 Randa Lakab.
You are free to use, modify, and distribute this project with proper attribution.