Skip to content

Latest commit

 

History

History
52 lines (23 loc) · 1.07 KB

File metadata and controls

52 lines (23 loc) · 1.07 KB

Counter Project

This is a simple Counter application built using HTML, CSS, and JavaScript. The application allows users to increase, decrease, and reset a counter value, which is displayed dynamically on the webpage.

Video Demo:

Watch the Demo

demo.mov

Features

Increase Button: Increment the counter value.

Decrease Button: Decrement the counter value.

Reset Button: Reset the counter value to zero.

Dynamic Display: Counter value updates in real-time.

Responsive Design: Simple, responsive layout.

Technologies Used

HTML: For structuring the webpage.

CSS: For styling and layout.

JavaScript: For interactive functionality.

How to Run

Clone or download this repository to your local machine.

Open the index.html file in any modern web browser.

Interact with the buttons to see the counter update in real-time.

Usage

Click the Increase button to add 1 to the counter.

Click the Decrease button to subtract 1 from the counter.

Click the Reset button to reset the counter to 0.