Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shaw145/weather-app

This is a Simple Weather App build using html ,css and Javacript
https://github.com/shaw145/weather-app

beginner-project html-css-javascript javascript javascript-practice javascript-project javascript-projects project weather weather-app weather-app-javascript

Last synced: about 2 months ago
JSON representation

This is a Simple Weather App build using html ,css and Javacript

Awesome Lists containing this project

README

        

# Weather App Project

![Weather App Demo](images/demo.png)

## Overview

This is a simple weather app project built using HTML, CSS, and JavaScript also fully Responsive. The app allows users to input a city and retrieves real-time weather data, including temperature, humidity, and wind speed, for that city. Additionally, the app displays dynamic city images that change with each search, enhancing the user experience (not all the time although).

The project was developed as a beginner-level JavaScript project and serves as a practical application of basic web development concepts.

## Features

- Input field to enter the desired city
- Real-time weather data retrieval using APIs
- Display of temperature, humidity, and wind speed
- Dynamic city images that change with each search

## How to Use

1. Clone the repository to your local machine.
2. Open the `index.html` file in your web browser.
3. Enter the name of the city you want to check the weather for in the input field.
4. Press the "Search" button to retrieve weather data.

## Technologies Used

- HTML
- CSS
- JavaScript

## APIs Used

- [OpenWeather API](https://openweathermap.org/api) for weather data retrieval.
- [Unsplash API](https://unsplash.com/developers) for dynamic city images.

## Credits

- [**GreatStack**](https://www.youtube.com/@GreatStackDev)