Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.38 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.38 KB

Weather Application

This is a simple weather application built with React that allows users to check the current weather conditions of any city. The application displays information such as temperature, humidity, and wind speed.

Weather Application Demo

Features

  • Displays current weather conditions including temperature, humidity, and wind speed.
  • Allows users to search for weather information of any city.
  • Uses icons to represent weather conditions.

Installation

To run this application locally, follow these steps:

  1. Clone this repository to your local machine:
git clone https://github.com/talhayaseen57/weather-app.git
  1. Navigate into the project directory:
cd weather-app
  1. Install dependencies using npm or yarn:
npm install
  1. Start the development server:
npm start
  1. Open your browser and navigate to http://localhost:3000 to view the application.

Technologies Used

  • React
  • Open Weather Map API

API Usage

This application fetches weather data from the Open Weather API. You will need to sign up for an API key and replace open_weather_api_key in the WeatherApp.jsx file with your actual API key.

Demo

You can check out the live demo of this project here.