Skip to content

Releases: Amnoor/Counter-Program

Counter Program v1.0.0

31 Oct 11:46
8eb8ad8

Choose a tag to compare

  • 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: