A simple web page created using HTML, CSS, and JavaScript where users can calculate the area by providing the length and breadth of any space. The result is displayed with a message highlighting the area size category.
- Calculate the area by inputting length and breadth
- Display result with area size categories:
- Less area: Under 100
- Avg area: 100 - 500
- Large area: Above 500
- A web browser (e.g., Chrome, Firefox, Safari)
-
Clone the repository:
Open your terminal and clone the repository using the following command:
git clone https://github.com/yourusername/area-calculator.git
