Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 720 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 720 Bytes

Weather App

This is a simple web application that provides current weather information based on location. Users can view temperature, weather conditions, and additional details like wind speed, humidity, and more. The app features dark mode, search functionality, and displays the user's current location by default. It uses the WeatherAPI for real-time weather data.

Technologies Used:

  • HTML
  • CSS (Bootstrap for styling)
  • JavaScript
  • OpenWeather API

Instructions:

  1. Open index.html in a web browser.
  2. The app will automatically show weather information based on your current location. You can toggle dark mode and search for other locations using the search bar.
  3. You can customize as needed.