https://github.com/gmpsankalpa/weather-app
A simple web application to check the weather for a given city.☁🌡
https://github.com/gmpsankalpa/weather-app
css html javascript
Last synced: 3 months ago
JSON representation
A simple web application to check the weather for a given city.☁🌡
- Host: GitHub
- URL: https://github.com/gmpsankalpa/weather-app
- Owner: gmpsankalpa
- License: mit
- Created: 2024-03-31T12:22:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T04:38:00.000Z (about 1 year ago)
- Last Synced: 2025-01-17T08:32:07.074Z (5 months ago)
- Topics: css, html, javascript
- Language: CSS
- Homepage: https://gmpsankalpa.github.io/weather-app/
- Size: 572 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Weather App
A simple web application to check the weather for a given city.
## Table of Contents
- [Features](#features)
- [Demo](#demo)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## 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](https://gmpsankalpa.github.io/weather-app).
## 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:
```bash
git clone https://github.com/your-username/weather-app.git2. Navigate to the project directory:
```bash
cd weather-app3. 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) License.---



