A simple weather project built using HTML, CSS, and JavaScript that fetches real-time weather data and provides a 3-day forecast using the WeatherAPI.
Live Demo: WeatherTrack-RealTime
- ๐ Search weather by location name
- ๐ Displays current weather and a 3-day forecast
- ๐ก Temperature in Celsius
- ๐จ Shows wind speed and humidity
- ๐ฑ Fully responsive design
- HTML โ Structure
- CSS โ Styling
- JavaScript (Fetch API) โ Fetching and displaying data
- WeatherAPI โ Real-time weather data
git clone https://github.com/Saitejavurukonda/WeatherTrack-RealTime.git
cd WeatherTrack-RealTime
# Open index.html in your browser- Enter a location name in the search bar
- App fetches real-time data from WeatherAPI
- Displays current weather + 3-day forecast
- ๐ Dark mode
- โฐ Hourly forecast
- ๐ Auto-detect location (geolocation)
- ๐ Fahrenheit support
- ๐ Temperature trend graphs
- WeatherAPI for free weather data
- Open-source community tutorials for API integration inspiration

