This project is a simple web application that fetches and displays weather information using an external Weather API. The app provides an intuitive user interface and updates dynamically based on user inputs.
- HTML/CSS: For structuring and styling the user interface.
- JavaScript: For fetching data from the Weather API and dynamically updating the UI.
- Real-time weather data fetching from a Weather API.
- User-friendly interface with dynamic updates.
- Displays weather details like temperature, humidity, and weather conditions.
Below are some images of the application in action:
- Clone the repository:
git clone https://github.com/your-repo/weather-api-app.git
- Navigate to the project directory:
cd weather-api-app
- Open the index.html