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.
- 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.
To run this application locally, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/talhayaseen57/weather-app.git
- Navigate into the project directory:
cd weather-app
- Install dependencies using npm or yarn:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
to view the application.
- React
- Open Weather Map API
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.
You can check out the live demo of this project here.