A web app that shows current weather and 5-day forecast using JavaScript and the OpenWeatherMap API.
Live version: https://prasanthofficial002.github.io/Weather-Website/
OUTPUT-01

- Search weather by city name
- Show current temperature, humidity, wind, etc.
- 5-day forecast layout
- Responsive design for mobile & desktop
- HTML, CSS, JavaScript
- OpenWeatherMap API
- Fetch API
- Clone this repo: `git clone https://github.com/prasanthofficial002/Weather-Website
- Go into directory:
cd weather-website - Get an API key from OpenWeatherMap
- Insert the API key in
script.js(look forconst API_KEY = 'YOUR_KEY') - Open
index.htmlin your browser (or use a local server)
- Type a city name and press Enter or click search
- The app will fetch and display weather data
- If the city is invalid, an error message will appear
