##Visit: https://weatherwiseowl.netlify.app/
A simple weather web application that allows users to search for current weather conditions by entering a city and state name. The app displays real-time weather details such as temperature, feels like, wind, humidity, precipitation, UV index, dew point, visibility, and cloud coverage.
- Search weather by city and state\
- Displays:
- 🌡️ Temperature (Celsius & Fahrenheit)\
- 🌥️ Weather conditions\
- 💨 Wind speed & pressure\
- 💧 Humidity & Precipitation\
- 🔆 UV Index & Dew Point\
- 👀 Visibility & Cloud Percentage\
- Smooth UI with gradients and animations\
- Responsive design with styled cards
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- Font Awesome Icons
Weather_App/
├── 📁 netlify/
│ └── 📁 functions/
│ └── getWeather.js
├── weather.css
├── weather.js
├── index.html
└── README.md
-
Clone the repository:
git clone https://github.com/VivekYadav-77/weather-app.git
-
Navigate into the project folder:
cd weather-app -
Open
index.htmlin your browser.
This project is designed to work with any weather API (like
OpenWeatherMap API).
Update the weather.js file with your API key and endpoint for live
weather data.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.