Skip to content

The project contain the counter of "INCREMENT" button clicks. Each button click is saved and displayd down below the "SAVE" button

Notifications You must be signed in to change notification settings

agn-wita/simple-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-counter

The project contain the counter of "INCREMENT" button clicks. Each button click is saved and displayd down below the "SAVE" button

JAVASCRIPT

  • increment function triggers when user clicks the INCREMENT button
  • save function triggers when user clicks the SAVE button
  • after the result is saved, the counter is reset to 0
  • all previous clicks are stored and visible to the user

Stage of the project: completed

Please note that this project is based on tutorial but the code was not copied. Every line of code was written by me according to my invention and with deep understanding of the issues.