WeatherSense is a dynamic web application that provides real-time weather updates and personalized recommendations based on weather conditions. Built with HTML, CSS, and JavaScript, it fetches data from a weather API to deliver accurate and insightful weather information.
Stay updated with the latest weather information, including temperature, humidity, wind speed, and weather conditions for any location worldwide.
Enter the name of a city or enable location services to receive weather updates specific to your current location.
Enjoy a seamless user experience on desktops, tablets, and mobile devices, thanks to a fully responsive interface.
Get tailored clothing suggestions based on temperature and weather conditions to ensure comfort in any climate.
Receive recommendations for suitable indoor or outdoor activities depending on weather conditions, temperature, and air quality levels.
Understand UV exposure levels and get guidance on sun protection, such as wearing sunscreen or avoiding peak sun hours.
- Clone this repository to your local machine using the following command:
git clone https://github.com/Soumo-git-hub/WeatherSense 
- Open the project folder and run the index.htmlfile in your web browser.
- Open the web app in your browser.
- Enter a city name or use the "Use Current Location" button.
- Click "Search" to fetch and display the latest weather information along with recommendations.
To use WeatherSense, obtain an API key from a weather service provider such as OpenWeatherMap. Replace YOUR_API_KEY in the script.js file with your actual API key.
const API_KEY = "YOUR_API_KEY_HERE"We welcome contributions! Follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Create a pull request to the main repository.
We are actively working on enhancing WeatherSense with more features, including extended forecasts, interactive weather visualizations, historical and more recommendations.
Stay tuned for updates! ✨

