The Weather Application is a responsive web application that provides real-time weather updates and forecasts for cities worldwide. The project is designed to offer a user-friendly interface and a visually appealing experience.
The application is live and accessible at: https://monark-arkmon.github.io/weather/
- Real-time weather data for cities worldwide.
- Displays essential weather parameters, such as:
- Temperature
- Weather condition
- Wind speed
- Humidity
- Animated UI with a visually appealing background.
- Daily forecast for the upcoming days.
The interface is styled with modern CSS techniques:
- Gradient backgrounds for a dynamic feel.
- Smooth animations for headers.
- Custom styling for weather cards, forecasts, and icons.
The project is built using web technologies:
- HTML for structure.
- CSS for styling (refer to
App.cssfor details). - JavaScript for fetching and displaying weather data.
- Clone the repository:
git clone git clone git@github.com:Monark-Arkmon/weather.git- Install dependencies:
cd weather
npm install- Start development server:
npm start- Ensure you have a stable internet connection to fetch live weather data.
- For any issues or feature requests, feel free to open an issue in the repository.