This is a simple weather app built with HTML, CSS, and JavaScript that allows users to get the current weather information for a specific location. It utilizes asynchronous functions to fetch data from a weather API and display it to the user.
- Fetches weather data asynchronously from a weather API.
- Displays the current temperature, weather condition, and location.
- Supports searching for weather information by city name.
- Responsive design for a seamless user experience on both desktop and mobile devices.
-
Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/weather-app.git
- For Demo of weather app click here
- HTML
- CSS
- JavaScript (ES6)
- Weather API - Replace with the actual API used.