A simple and interactive weather application built with HTML, CSS, and JavaScript.
The Weather App provides real-time weather information for a given location. Users can easily check the current weather conditions, temperature, and more with a user-friendly interface.
- Real-time weather data
- Location-based weather information
- Temperature in Celsius and Fahrenheit
- Responsive design for various devices
- HTML
- CSS
- JavaScript
- OpenWeatherMap API (or any other weather API you use) OpenWeatherMap API
- Clone the repository:
git clone https://github.com/hrik-das/weather-app.git
-
Get an API key from OpenWeatherMap (or your preferred weather API provider) and replace YOUR_API_KEY in the script.js file.
-
Open the index.html file in your preferred web browser.
-
Enter the location or allow the app to access your current location.
-
View real-time weather information.
If you'd like to contribute to the project, follow these steps:
- Fork the repository.
- Create a new branch: git checkout -b feature/new-feature.
- Make your changes and commit them: git commit -m 'Add new feature'.
- Push to the branch: git push origin feature/new-feature.
- Submit a pull request.