Open
Description
ISSUE DESCRIPTION
Design and implement a counter application
ACCEPTANCE CRITERION
- Use three functionalities ( increment, decrement, and reset )
- Use react-icons for button icons
- Increment feature : The value of the counter must not go above 20, if reaches 20. It resets back to 0
- Decrement feature : The value of the counter must not go below 0.
- Reset feature : The value resets at any point of time when counter value is between 1 and 20
OUR BRANCH NAMING CONVERSION AND COMMIT MESSAGES
CONTRIBUTOR | BRANCH NAME | COMMIT |
---|---|---|
@snippet-labs/team-snippet | <candidate_name>/(counter) |
<candidate_name>(counter): your message here |