This Weather App provides real-time weather information based on the user's geolocation. It fetches weather data from the OpenWeatherMap API and displays current weather, hourly forecasts, and weekly weather data, including temperature, humidity, wind speed, and more.
Clone the repository: ```bash git clone https://github.com/AhmedShahid786/FindYourFriend.git
Navigate to the project directory: ```bash cd FindYourFriend
Install the required dependencies:
npm install
Start the development server:
```bash
npm run dev
Open the app in your browser. It will request permission to access your location. Once granted, the app will display the current weather and forecasts based on your location. Contributing If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Ahmed Shahid