A simple and interactive counter application built using HTML, CSS, and JavaScript. This app lets users increment, decrement, and reset a number with a clean and responsive UI.

- Increment the counter
- Decrement the counter
- Reset the counter to zero
- Responsive design
- Smooth button interactions
- HTML β Structure of the app
- CSS β Styling and layout
- JavaScript β Counter logic and interactivity
counter-program/
β
βββ index.html # Main HTML file
βββ index.css # CSS styling
βββ index.js # JavaScript logic
βββ README.md # Project documentation
- When the "INCREMENT" button is clicked, the count increases by 1.
- When the "DECREMENT" button is clicked, the count decreases by 1 (not below 0).
- The "RESET" button sets the counter back to 0.
You can try it live here: Live Demo Link
- Clone the repository:
git clone https://github.com/adarsh23012003/counter-program.git
- Open index.html in your browser:
open index.html