/simple-counter

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

Primary LanguageHTML

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.