The Weather Report System is a web-based application that displays weather conditions in a structured table format using HTML, CSS, and JavaScript.
If rainfall exceeds 100 mm, an alert message is displayed; otherwise, only the weather data appears.
- β Displays temperature and rainfall in a table format.
- π¨ Shows an alert if rainfall is above 100 mm.
- π¨ Simple and responsive design.
- π Fetches and processes weather data dynamically.
- HTML β Page structure
- CSS β Styling and layout
- JavaScript β Fetching and handling weather data
- The system retrieves weather data (either static or from an API).
- It displays temperature, humidity, wind speed, and rainfall in a table format.
- If rainfall exceeds 100 mm, an alert pops up to notify the user.
- Clone the Repository
git clone https://github.com/your-username/weather-report-system.git