Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.