Welcome to our Weather Forecasting App repository! This project provides a simple and intuitive way to check the weather forecast for different cities, with responsiveness. With this app, users can quickly access essential weather information including temperature, wind speed, visibility, and humidity, along with a suitable image(.gif
) representing the weather conditions.
- Search by: Users can search for weather forecasts by entering the name of the city they want to check (or country or state or dest etc).
- Dynamic Weather Status: The app displays the current weather status along with a suitable
GIF
to represent it. - Detailed Information: Temperature, wind speed, visibility, and humidity are provided to give users a comprehensive understanding of the weather conditions.
- Animated Weather Status: Weather status is displayed using animated
GIFs
for a more engaging UI experience. - Responsiveness: This is also responsive in small device like Mobile.
index.html
: The main HTML file responsible for the structure and layout of the web page.style.css
: Cascading Style Sheets (CSS) file used for styling the HTML elements and making the app visually appealing.script.js
: JavaScript file containing the logic and functionality of the weather forecasting app.Other Files
: Additional GIFs used to represent different weather conditions, Favicon also.
- Clone/Download/Copy the repository to your local machine.
- Open the
index.html
file in your web browser. - Enter the name of the city you want to check the weather for in the search bar.
- Click the search button to view the weather forecast.