Ahsankhalid618 / react-weather-app

The weather app project is a dynamic and user-friendly web application that uses React.js to retrieve current and 5-day weather forecasts for various cities around the world. The app allows users to search for a city by name and view its weather conditions, including temperature, humidity, wind speed, and description of the current weather.
https://ahsankhalid618.github.io/react-weather-app/
16 stars 8 forks source link

On load it will show weather of the user's current position #17

Open sujal1256 opened 3 hours ago

sujal1256 commented 3 hours ago

For now, when the web page loads it shows weather data of London, I will use Geolocation and ReverseGeolocation API to get the current city name such that the user will see weather of current locaiton of the user.

sujal1256 commented 3 hours ago

Hey @Ahsankhalid618, Is this issue relevant to the project, If so please assign this issue to me so that I can start working on this issue.

Ahsankhalid618 commented 3 hours ago

@sujal1256 good feature, Go ahead. Remember to fork this repo and create a new branch to start working and before you raise a PR, use Git pull to be sync with the latest changes and add a screenshot of your changes here.

Leave a :star: on the repo and get started.

sujal1256 commented 3 hours ago

Ok will take care about these things