This weather application, built with HTML, CSS, and JavaScript, allows users to check the current weather and a five-day forecast for any city.
- User Input: Enter a city name to fetch weather data.
- Current Weather: Displays temperature, humidity, wind speed, and description.
- Five-Day Forecast: Shows temperature highs and lows for the next five days.
- Responsive Design: Adaptable layout for various devices.
- HTML, CSS, JavaScript: Structure, styling, and functionality.
- Axios: For fetching data from the weather API.
Fetches data from the SheCodes Weather API. Obtain your own API key from SheCodes to use the application.
View hosted App on Netlify: https://my-live-weather-app.netlify.app/
Coded by Charity Orhoridiohwo. Open-sourced on GitHub and hosted on Netlify. Contributions are welcome!