Day 1: Weather App

Fetch real-time weather for any city using an API (OpenWeatherMap).

Enter a city and press Search.
How it works (short)

`script.js` builds the API URL, fetches the current weather JSON, extracts relevant fields and updates the DOM. It uses `async/await`, handles common errors, and formats times using the timezone offset returned by the API.