This Weather App is a simple web application built using React that allows users to check the weather information for a specific city.
- 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.
Include a gif or screenshot of your app here.
To use this Weather App locally, follow these steps:
- Clone this repository to your local machine:
- Navigate to the project directory:
- cd weather-app
- Install the required dependencies:
- npm install
- Start the development server:
- npm run dev
- Open your web browser and navigate to
http://localhost:5173/
to view the app.
- 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.
- React
- JavaScript
- HTML
- CSS
- Weather icons: OpenWeatherMap
This project is licensed under the MIT License - see the LICENSE file for details.