This is a simple Weather App built using React that allows users to check the current weather conditions for their location or any other location they search for. It fetches weather data from the OpenWeatherMap API.
- Displays the current temperature, location, humidity, and wind speed.
- Provides an option to search for weather conditions in other locations.
- Weather Icons change based on weather conditions.
To get a copy of this project up and running on your local machine, follow these steps:
- Node.js and npm installed on your computer. You will need to acquire an API key from: Open Weather Map As this is only a front end project and replace the code:
const api_key = "Insert Your Key Here";in the WeatherApp.jsx with your key
-
Clone this repository to your local machine:
git clone https://github.com/JitheDev/Solis-Weather-App.git
-
Navigate to the project directory
-
Install Required Dependencies:
npm install
