This is a simple weather application built with React & Vite. It allows users to retrieve the current and future weather information for a specific location using the OpenWeatherAPI.
- Location Search: Enter a location to get the current weather details.
- Temperature Display: Shows the temperature in Celsius & Farenheit
- Weather Condition: Displays the current weather condition.
- Weather Icon: Shows an icon based on the weather condition (e.g., cloudy).
- Rainfall data visualisation: Shows a graph based on future rainfall forecast.
- Wind data visualisation: Shows a line chart based on future windspeed forecast.
-
Clone the repository:
git clone https://github.com/your-username/weather-app.git
-
Install dependencies:
cd weather-app npm install