This is a simple weather fetching website created as a task given by Bharat Intern.
This website allows users to fetch weather information for a specific location. It utilizes HTML, CSS, and JavaScript to create a user-friendly interface and interact with a weather API.
- User can enter a location to fetch weather information
- Weather information includes temperature, humidity, wind speed, and weather conditions
- User-friendly interface with responsive design
- Real-time updates of weather information
- HTML
- CSS
- JavaScript
- Weather API (e.g., OpenWeatherMap, Weatherbit, etc.)
- Clone the repository:
git clone https://github.com/eabhi-me/weather-app.git
- Open the
index.html
file in your web browser.
- Enter the location for which you want to fetch weather information.
- Click the "Fetch Weather" button.
- The weather information will be displayed on the screen.
Here is an example of how the website looks:
This project was created as a task given by Bharat Intern. Special thanks to the mentors for their guidance and support.
This project is licensed under the MIT License. See the LICENSE file for more details.