The Weather App Website is a real-time weather application built using HTML, CSS, and JavaScript. It fetches live weather data from an API and displays essential weather details like temperature, wind speed, and humidity. The app is fully responsive and offers a clean, user-friendly interface for seamless user interaction.
- Real-Time Weather Data: Get the latest weather details for any city.
- API Integration: Fetches data from a reliable weather API.
- Responsive Design: Optimized for both desktop and mobile devices.
- Dynamic Interface: Displays current weather details dynamically.
Check out the deployed version of the project: Real-Time Weather App
- HTML5: For structuring the web content.
- CSS3: For styling and responsive design.
- JavaScript: For dynamic content and API integration.
The app uses the OpenWeather API to fetch real-time weather details. Ensure you have an API key to test the app locally.
- Clone the repository:
git clone https://github.com/your-username/weather-app.git
- Navigate to the project directory:
cd weather-app - Open the
index.htmlfile in your browser. - To test API functionality, replace the placeholder API key in the JavaScript file with your own key.
The app is deployed using Vercel, offering a fast and reliable hosting solution.
This project is open-source and available under the MIT License. See the LICENSE file for more information.
- OpenWeather API
- Vercel for deployment
For any queries or suggestions, feel free to reach out:
- Email: [email protected]
- GitHub: your-github-username
Thank you for exploring the Weather App Website! 😊