Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.27 KB

README.md

File metadata and controls

54 lines (31 loc) · 1.27 KB

Weather App

This Weather App is a simple web application built using React that allows users to check the weather information for a specific city.

Features

  • Users can enter the name of their city and get real-time weather information.
  • The app displays temperature, weather description, humidity, wind speed, and pressure.
  • Weather information is fetched from the OpenWeatherMap API.

Demo

Include a gif or screenshot of your app here.

Installation

To use this Weather App locally, follow these steps:

  1. Clone this repository to your local machine:
  1. Navigate to the project directory:
  • cd weather-app
  1. Install the required dependencies:
  • npm install
  1. Start the development server:
  • npm run dev
  1. Open your web browser and navigate to http://localhost:5173/ to view the app.

Usage

  • Enter the name of your city in the input field and click on the "Enter" button.
  • The app will display the current weather information for the entered city.

Technologies Used

  • React
  • JavaScript
  • HTML
  • CSS

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details.