Skip to content

Commit 46cd794

Browse files
Update README.md
1 parent ec37fef commit 46cd794

File tree

1 file changed

+39
-6
lines changed

1 file changed

+39
-6
lines changed

README.md

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,48 @@
1-
# Weather App
21

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

5-
Input (City Name ) required in Search bar and get Weather informations like Temperature , Humidity and Wind Speed .
4+
## Description
5+
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,
66

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

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

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

14+
## Installation
15+
To install and run the Weather Web App locally, follow these steps:
16+
17+
1. Clone the repository:
18+
19+
git clone https://github.com/githubAmanKumar/React-Weather-App.git
20+
21+
22+
2. Navigate to the project directory:
23+
24+
`cd React-Weather-App`
25+
26+
3. Install dependencies:
27+
28+
`npm install`
29+
30+
4. Start the development server:
31+
32+
`npm run dev`
33+
34+
35+
5. Open your web browser and navigate to `http://localhost:5173/React-Weather-App/` to view the app.
36+
37+
## Usage
38+
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.
39+
40+
## API Documentation
41+
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.
42+
43+
## Acknowledgements
44+
- React
45+
- OpenWeather API
1346

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

0 commit comments

Comments
 (0)