-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
154 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# 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. | ||
|
||
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters