A modern weather application designed to deliver real-time weather updates using API integration, featuring a clean and responsive UI built with HTML, Tailwind CSS, and JavaScript.
- Search weather by city name
- Real-time weather data using API
- Current temperature display
- Max / Min temperature
- Sunrise & Sunset timings
- Humidity level
- Wind speed and direction
- Visibility details
- Cloud coverage
- Atmospheric pressure
- Dynamic weather icons
- Fully responsive design
- Smooth loading animations
- HTML5
- Tailwind CSS
- JavaScript (ES6+)
- OpenWeather API
- Clone the repository
git clone https://github.com/Rohan-Korake/SkyCast.git- Navigate to the project folder
cd SkyCast- Install dependencies
npm install- Start Tailwind development server
npm run dev- Open the project
Launch index.html using Live Server in VS Code to view the application locally.