Skip to content

OCEAN-JS/React-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

React Counter

Implement a simple application - classic counter with help of react library

Design of app:

  • must have a counter (any design)
  • must have three buttons:
    • increment - must increment counter by 1
    • decrement - must decrement counter by 1
    • reset - must reset counter to 0

Condition: the counter can't be less than -100 and greater than 100

example