Skip to content

ashis023/Sky-Update

Repository files navigation

Weather Application

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.

Project Structure

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

Getting Started

To run the weather application locally, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd weather-app
    
  3. Open the index.html file in your web browser:

    open src/index.html
    

Features

  • Fetches weather data from a public API.
  • Displays current weather conditions.
  • User-friendly interface with responsive design.

Technologies Used

  • HTML
  • CSS
  • JavaScript

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors