Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hussein-saad/weather-app
simple web application allows users to retrieve current weather information by entering a city name
https://github.com/hussein-saad/weather-app
api css html javascript
Last synced: 4 days ago
JSON representation
simple web application allows users to retrieve current weather information by entering a city name
- Host: GitHub
- URL: https://github.com/hussein-saad/weather-app
- Owner: hussein-saad
- Created: 2023-09-20T06:39:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T15:55:16.000Z (12 months ago)
- Last Synced: 2023-11-30T16:47:56.351Z (12 months ago)
- Topics: api, css, html, javascript
- Language: JavaScript
- Homepage: https://hussein-saad.github.io/weather-app/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
Welcome to the Weather App repository! This simple web application allows users to retrieve current weather information by entering a city name. The app utilizes the WeatherAPI to fetch real-time weather data.
## Live Demo
You can view a live demo of the Weather App at the following link:
[Live Demo](https://hussein-saad.github.io/weather-app/)
## Features
- **User-Friendly Interface:** Clean and straightforward design for easy navigation.
- **Real-Time Weather Data:** Utilizes the WeatherAPI to provide accurate and up-to-date weather information.
- **Dynamic Display:** Displays weather details dynamically on the webpage.## Code Overview
- **app.js:** Contains the JavaScript code for fetching weather data, creating weather cards, and handling user interactions.
- **style.css:** Defines the styles for the app, ensuring a visually appealing and responsive layout.
- **index.html:** The main HTML file that structures the weather app.## Contribution
Contributions and suggestions are welcome! If you have ideas for improvement or want to contribute to the project, feel free to open an issue or submit a pull request.## Acknowledgments
This project was inspired by [The Odin Project](https://www.theodinproject.com/), a comprehensive open-source curriculum for learning web development.