A simple weather app built using HTML, CSS, and JavaScript, designed to practice working with APIs and handling asynchronous requests.
- Fetches current weather data from a public API
- Displays temperature, weather conditions, and city information
- Error handling for invalid city names or network errors
- Clean and modular JavaScript code
##πΈ Screenshots
- HTML
- CSS
- JavaScript
- Weather API
This project was built to practice:
- Fetching data from APIs using JavaScript
- Working with asynchronous functions (promises, async/await)
- Updating the DOM dynamically with fetched data
- Download or clone the repository
- Open
index.htmlin your browser - Enter a city name to get weather details
weather-app, html, css, javascript, api, fetch, beginner-project, practice-project, web-development, frontend, dom-manipulation, portfolio-project
Weather data provided by - OpenWeatherMap. This project is built for educational purposes only.
