This is a simple weather application built using HTML, CSS, and JavaScript. The application fetches weather data from an API and displays it to the user.
weather-app
├── src
│ ├── index.html # Main HTML document
│ ├── styles
│ │ └── style.css # Styles for the application
│ └── scripts
│ └── app.js # JavaScript code for fetching and displaying weather data
└── README.md # Documentation for the project
To run the weather application locally, follow these steps:
-
Clone the repository:
git clone <repository-url> -
Navigate to the project directory:
cd weather-app -
Open the
index.htmlfile in your web browser:open src/index.html
- Fetches weather data from a public API.
- Displays current weather conditions.
- User-friendly interface with responsive design.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License.