This is a simple weather application built with Bootstrap. It fetches and displays weather data for a specified city.
- Lightweight and responsive design
- Navbar with a dropdown user guide
- Search functionality to fetch weather data for cities
- Display of various weather details including:
- Temperature
- Humidity
- Wind speed and direction
The application has a simple structure:
-
Navbar: This contains the application title, a link to the homepage, and a dropdown with a user guide. There's also a search bar to look up the weather of a specific city.
-
Main Content: Displays the weather details of a city in three categories:
- Temperatures
- Humidity Information
- Wind Information
-
Styling: The styling has been powered by Bootstrap with some custom styles added for aesthetics.
- Clone the repository:
git clone https://github.com/Shubham7-1/Weather-App
-
Open
index.htmlin your preferred browser. -
Enter the name of the city in the search bar and click on the 'Search' button to view the weather details.
-
For a quick guide on using the app, click on 'Usage Guide' in the navbar.
- Integration with a weather API to fetch real-time data
- Addition of forecast data for the upcoming days
This project is open-sourced under the MIT license.
