A simple weather app that allows users to get the current weather for a specified city using the OpenWeatherMap API.
- The app fetches and displays the current temperature and a brief description of the weather conditions for the specified city.
- The app includes a Google Map that dynamically updates to show the location of the specified city on the map.
- The app is designed with a clean and intuitive interface, making it easy for users to input cities and view weather information.
- When a new city is entered, the app dynamically updates the weather information and map to reflect the data for the newly specified location.
- The app is built with responsive design principles, ensuring it is accessible and functional on various devices, including desktops, tablets, and mobile phones..
You can try out the app here (Add a live demo link if available).
- Node.js and npm installed on your system.
- Clone the repository: