Skip to content

sb-byte/weather-Report-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌦 Weather Report System

πŸ“Œ Overview

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.

🎯 Features

  • βœ… 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.

πŸ› οΈ Technologies Used

  • HTML – Page structure
  • CSS – Styling and layout
  • JavaScript – Fetching and handling weather data

πŸ“‹ How It Works

  1. The system retrieves weather data (either static or from an API).
  2. It displays temperature, humidity, wind speed, and rainfall in a table format.
  3. If rainfall exceeds 100 mm, an alert pops up to notify the user.

πŸš€ How to Run the Project

  1. Clone the Repository
    git clone https://github.com/your-username/weather-report-system.git

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors