A clean and interactive Weather App that lets users check the current weather in any city. Built with HTML, CSS, and JavaScript, it fetches real-time weather data and presents it in a user-friendly interface.
- Search weather by city name
- Displays temperature!
- HTML – App structure
- CSS – Styling and layout
- JavaScript – Fetching API data and updating UI
This app uses the OpenWeatherMap API (or another weather API of your choice) to fetch live weather data.
You’ll need to get your own free API key to make it work.
- Go to OpenWeatherMap
- Sign up for a free account
- Generate an API key
- In your JavaScript file, find the line where the API key is used (for example):
const apiKey = "YOUR_API_KEY_HERE"; # Clone the repository
git clone https://github.com/Frabina27/Weather-App.git
cd Weather-App
You're all done! :)