Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
githubAmanKumar authored Apr 30, 2024
1 parent ec37fef commit 46cd794
Showing 1 changed file with 39 additions and 6 deletions.
45 changes: 39 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,48 @@
# Weather App

Created a web-based weather app in React js framework to know the weather conditions of a desired location
# Weather Web App

Input (City Name ) required in Search bar and get Weather informations like Temperature , Humidity and Wind Speed .
## Description
Welcome to the Weather Web App! This app allows you to check the current weather for any location worldwide. With a clean and intuitive interface,

## Screenshot
Input (City Name ) required in Search bar and get Weather informations like Temperature , Humidity and Wind Speed

![App Screenshot](https://raw.githubusercontent.com/githubAmanKumar/React-Weather-App/main/Screenshots/Screenshot1.png)
## Screenshots
![Screenshot 1](https://raw.githubusercontent.com/githubAmanKumar/React-Weather-App/main/Screenshots/Screenshot1.png)

![App Screenshot](https://raw.githubusercontent.com/githubAmanKumar/React-Weather-App/main/Screenshots/Screenshot2.png)
![Screenshot 2](https://raw.githubusercontent.com/githubAmanKumar/React-Weather-App/main/Screenshots/Screenshot2.png)

## Installation
To install and run the Weather Web App locally, follow these steps:

1. Clone the repository:

git clone https://github.com/githubAmanKumar/React-Weather-App.git


2. Navigate to the project directory:

`cd React-Weather-App`

3. Install dependencies:

`npm install`

4. Start the development server:

`npm run dev`


5. Open your web browser and navigate to `http://localhost:5173/React-Weather-App/` to view the app.

## Usage
Once the app is running, enter the name of the location you want to check the weather for in the search bar.Click the search button to see the current weather and forecast for that location.

## API Documentation
The Weather Web App uses the [OpenWeather API](https://openweathermap.org/api) to retrieve weather data. You will need to sign up for an API key and replace `YOUR_API_KEY` in the code with your actual API key.

## Acknowledgements
- React
- OpenWeather API

## 🔗 Link
[![Weather App](https://img.shields.io/badge/View-1DA1F2?style=for-the-badge==white)](https://githubamankumar.github.io/React-Weather-App/)
Expand Down

0 comments on commit 46cd794

Please sign in to comment.