Loading repository data…
Loading repository data…
Ahsankhalid618 / repository
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.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
To get started and run this project locally, follow these steps:
Clone the repo:
git clone https://github.com/your-username/react-weather-app.git
Navigate to the project directory:
cd react-weather-app
Navigate to the project directory:
npm install
Get your API key:
REACT_APP_WEATHER_API_KEY="https://home.openweathermap.org/api_keys"
Get your API key:
REACT_APP_GEOLOCATION_API_KEY="https://my.locationiq.com/dashboard/?firstLogin=1#accesstoken"
Start the app:
npm start
Enjoy the live weather updates! 🎉:
We welcome contributions from developers of all skill levels! Whether you're fixing a bug, adding new features, or improving documentation, your help is appreciated.
To contribute:
# Click on the "Fork" button at the top right of the repository page
git checkout -b feature-or-fix-name
git commit -m "feat: describe your changes"
git push origin feature-or-fix-name
Big thanks to the amazing open-source community and OpenWeatherMap for providing the weather API! 🙏