Skip to content

ABU-BAKAR-S/react-assignment-2-counter-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React assigment - 2 : Counter App

Total points = 5

Purpose of this assignment : Testing students skills on

  • useState() hook
  • Event Handler
  • conditional rendering

Assignment steps:

  • part 1: make sure that increment, decrement and reset functionality works (3 points)

  • part 2: disable buttons(2 points)

    • disable increment button when count value is 5
    • disable decrement button when count value is -5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.9%
  • CSS 27.3%
  • JavaScript 24.8%