/Click-Counter

A simple project to count the number of click

Primary LanguageJavaScript

Click Counter

Feature

  • You can change the color theme.
  • Set the limit to the click.
  • You can set the initial value of the counter also.
  • Value can't be negative - when the counter value is zero then negative button is automatically disabled/not visisble.
  • After setting the limit, you can keep the track of number of click available and limit reached.
  • Reset button - to make the value of counter again zero

How to run the project on your local system?

Clone the project

git clone https://github.com/anugya-svg/Click-Counter.git

Install all the dependencies

npm i

Start the server

npm start

Open web browser, check localhost

http://localhost:3000/

UI ScreenShots

Home page

Home

Subtract Add when counter is greater than 0

Sub ####Setting UI Setting limit