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/