A Weather Forecast Application built using HTML, Tailwind CSS, and JavaScript. The app fetches weather data from an external API and displays it in a user-friendly interface.
- Search weather by location name
- Current location weather conditions
- 5-day weather forecast
- Responsive design using Tailwind CSS
- Dynamic data fetching using JavaScript
Check out the live demo here.
- Clone the repository:
git clone https://github.com/mmj030703/Internshala-JavaScript-Project-1---Weather-Application.git
- Navigate to the project directory:
cd Internshala-JavaScript-Project-1---Weather-Application - Open
index.htmlin your browser.
-
By Location Name
- Enter the location name in the input field.
- Click the Search Icon.
- View the current weather and 5-day forecast.
-
By Current Location
- Click on the track location icon.
- Allow the geolocation permission.
- Weather forecast will be updated.
- HTML
- Tailwind CSS
- JavaScript
- Weather API
This project is licensed under the MIT License - see the LICENSE file for details.