Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 415 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 415 Bytes

Basic_Counter

This is a mini-project of counter using HTML, CSS and JS.
---> If we click increase button, the counter number will be increased by one.
---> If we click reset button, the counter number will be resetted to default value (0).
---> If we click decrease button, the counter number will be decreased by one.

To open this, follow the link : https://hemavenkat8642.github.io/Basic_Counter/