Skip to content

ImrenR/Counter-Program-EasyJSproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors