Skip to content

githubAmanKumar/React-Weather-App

Repository files navigation

Weather Web App

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,

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

Screenshots

Screenshot 1

Screenshot 2

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

  1. Navigate to the project directory:

cd React-Weather-App

  1. Install dependencies:

npm install

  1. Start the development server:

npm run dev

  1. Open your web browser and navigate to http:https://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 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