Skip to content

gmpsankalpa/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A simple web application to check the weather for a given city.

Table of Contents

Features

  • Search for the weather by entering a city name.
  • Display location, temperature, and weather description.
  • Responsive design for various devices.

Demo

Click here to View Demo.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Web browser with JavaScript enabled.
  • Code editor (e.g., Visual Studio Code).

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/weather-app.git
    
  2. Navigate to the project directory:

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

Usage

  1. Open the web page in your browser.
  2. Enter a city name in the input field.
  3. Click the "Search" button.
  4. View the weather information for the entered city.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the project.
  2. Create your feature branch: git checkout -b feature/NewFeature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/NewFeature
  5. Open a pull request.

License

This project is licensed under the MIT License.


repo size GitHub forks GitHub stars GitHub LastCommit