Releases: Amnoor/Counter-Program
Releases · Amnoor/Counter-Program
Counter Program v1.0.0
- Version: 1.0.0
- Author: Amnoor Brar
- LICENSE: MIT
Summary:
A minimal, dependency-free web counter that lets users increase, decrease, and reset a numeric display in the browser.
Key Features:
- Increase, Decrease, Reset controls wired via JavaScript.
- Responsive layout (CSS media query) for smaller screens.
- Extremely lightweight: single HTML file plus one JS and one CSS file.
Implementation highlights:
- Files:
index.html,counter-program.js,style.css. - The count variable updated by button onclick handlers; display updated via
element.textContent. - Styling: large numeric display (#num) and button hover effects.
How To Run:
- Go to the
Counter Programat https://amnoor.github.io/Counter-Program/ using any browser.