This Weather Application is a simple web-based tool that provides current weather information for a given location. It fetches data from a weather API and displays it in a user-friendly interface.
- Current Weather: Get real-time weather updates for any location.
- Responsive Design: The application is designed to work seamlessly across various devices and screen sizes.
- User-friendly Interface: Intuitive design makes it easy for users to access weather information quickly.
Check out the live demo Weather-Application.
- HTML5
- CSS3
- JavaScript
- Weather API (e.g., OpenWeatherMap)
To run this application locally, follow these steps:
-
Clone this repository:
git clone https://github.com/aishwaryamensinkai/Weather-Application.git
-
Navigate to the project directory:
cd Weather-Application
-
Install the packages using the command
npm install
Contributions are welcome! If you'd like to add new features, improve existing ones, or fix any bugs, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.
- Weather data provided by OpenWeatherMap.
- Inspiration and guidance from various online tutorials and resources.