A beginner-friendly counter project built using HTML, CSS, and JavaScript.
It allows users to increase, decrease, and reset a counter value.
- ๐ผ Increase button to add +1
- ๐ฝ Decrease button to subtract -1
- ๐ Reset button to return the counter to 0
- ๐จ Simple and clean UI design
- HTML5
- CSS3
- JavaScript (Vanilla JS)
counter-app/ โ โโโ index.html # Main structure of the app โโโ style.css # Styling of the app โโโ script.js # Counter functionality โโโ README.md # Project documentation