This is a simple Weather App built using HTML, CSS, and JavaScript. It allows users to search for a city and displays the current temperature and weather description using the OpenWeatherMap API.
- Search weather by city name
- Shows:
- City name
- Temperature in Celsius
- Weather description
- Displays error message if city is not found
- Clean and responsive design
- HTML
- CSS
- JavaScript (Fetch API)
- OpenWeatherMap API
π Live Demo: Click here
Make sure you have a valid API key from OpenWeatherMap. Replace the value of apiKey
in the JavaScript file:
const apiKey = 'YOUR_API_KEY_HERE';