This is a simple weather app created to learn JavaScript and explore web development basics. The app provides a user-friendly interface to fetch and display weather data from a free weather API.
- 🌍 Search for current weather by city name.
- 📋 Displays temperature, weather conditions, and location information.
- 🖥️ Responsive design for desktop and mobile browsers.
- HTML: Markup for structuring the app.
- CSS: Styling for an appealing interface.
- JavaScript: Logic for API interaction and DOM manipulation.
- Weather API: Retrieves real-time weather data.
- Enter the name of a city in the search bar.
- The app sends a request to the weather API.
- Displays the current weather information as well as 24 hour forecast in a neat and clean layout.
- Clone the repository:
git clone https://github.com/your-username/weather-app.git
- Open
index.html
in your favorite browser.
This project was my first step into learning JavaScript and understanding how to work with APIs in a web development context. It’s a simple yet functional app that showcases the basics of frontend programming.