This site is a Progressive Web App (PWA) that uses the OpenWeatherMap API to display the current weather for a given city. It also uses the Geolocation API to get the user's location and display the weather for that location.
https://weather-app-pwa-site.netlify.app
- Clone the repository
git clone https://github.com/Kalyan-velu/pwa_weather_app
- Install dependencies
npm install
- Run the app
npm start
- Enter a city name in the search bar and click on the search button or press enter.
- The weather for the given city will be displayed.