A simple counter application built using React that allows users to increment, decrement, reset, and toggle auto-increment functionality.
Features :-
-
Increment (+): Increases the count by 1.
-
Decrement (-): Decreases the count by 1.
-
Reset: Resets the count to 0.
-
Auto Increment: When enabled, automatically increases the count by 1 every 1.1 seconds.
-
Auto Increment Off: Stops auto-incrementing.
Boundary Conditions: The count is restricted between 0 and 98.