Skip to content

CODING-ALPHA/Counter-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter App

  • This Counter App is a simple project that I built using HTML, CSS, and JavaScript. It allows users to increment or decrement a number by clicking either the "+" or "-" buttons and reset the counter back to default using the "Reset" button.

Features

  • Increment and Decrement: Click the “+” button to increase the number by 1 and the “-” button to decrease it.
  • Reset: The “Reset” button sets the counter back to its initial value "0".
  • DOM Manipulation: Demonstrates basic DOM manipulation techniques.

Installation

Usage

  • Open the app in your browser.
  • Click the “+” button to increase the number.
  • Click the “-” button to decrease the number.
  • Click the "Reset" button to reset the counter back to default.

Contributing

  • Contributions are welcome! If you find any issues or have suggestions, feel free to create a pull request.
Feel free to customize this README further based on any additional features or specifics of your Counter App.🚀

About

A simple Counter App that I built using HTML, CSS, and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors