Weather web app
----Features Search for weather by city name Responsive Design
----Tech Stack HTML,JS,CSS Weather API
Sign up at OpenWeatherMap and log in.
Go to API Keys in your profile and generate a key.
Copy the key and paste it into script.js where indicated:
const API_KEY = "your_api_key_here";
Open index.html in your browser to run the app.