Skip to content

Explore weather in style with our React-powered WeatherWonder app! Instantly check current conditions for any city, with sleek visuals and real-time updates on temperature, humidity, and wind speed. Powered by React and the Open Weather Map API, it's your meteorological magic at your fingertips.

Notifications You must be signed in to change notification settings

talhayaseen57/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Explore weather in style with our React-powered WeatherWonder app! Instantly check current conditions for any city, with sleek visuals and real-time updates on temperature, humidity, and wind speed. Powered by React and the Open Weather Map API, it's your meteorological magic at your fingertips.

Topics

Resources

Stars

Watchers

Forks