Thanks to visit codestin.com
Credit goes to github.com

Skip to content

KirollousAshraf/Counter-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Counter

About the Project

"Simple Counter" is a lightweight web-based application that allows users to increment, decrement, and reset a counter displayed on the page. The counter prevents negative values (cannot go below 0) and provides a clean, interactive user experience. This project is ideal for learning basic JavaScript event handling and DOM manipulation.

Features

  • Increment the counter by clicking the "Increase" button.
  • Decrement the counter by clicking the "Decrease" button (counter won't go below 0).
  • Reset the counter to 0 by clicking the "Reset" button.
  • Real-time display of the counter value.

Technologies Used

  • HTML5: Structure for the counter display and buttons.
  • CSS3:
  • JavaScript: Logic for incrementing, decrementing, and resetting the counter, with DOM manipulation for updating the display.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published