This is a simple Weather Forecast web application built using React. It allows users to check the current weather conditions for a given city.
You can check out a live demo of the app at Demo Link.
- Get current weather conditions for a specified city.
- Display weather description, temperature, feels like, wind speed, humidity, and pressure.
- Dynamic weather icons based on weather conditions.
To run the Weather Forecast React App locally, follow these steps:
- Clone this repository:
git clone https://github.com/abhint1/Weather-Forecast-App.git
- Navigate to the project directory:
cd Weather-Forecast-App
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit http://localhost:3000 to view the app.
- Enter the name of the city for which you want to check the weather.
- Click the "Search" button to fetch the current weather conditions.
Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes.
- Commit your changes and provide a descriptive commit message.
- Push your changes to your fork.
- Submit a pull request to the main repository.
