Skip to content

hackages-nl/challenge-day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Challenge Day

Counter App

  • The Counter app has 2 buttons: The + button should increment the counter by 1 and the - button should decrement the counter by 1.
  • When the counter reaches 10, the + button should be disabled.
  • When the counter reaches -10, the - button should be disabled.
  • Add an input that will defined the step each click should take.

Todo App

  • The Todo app should add item to a list and display that list.
  • When clicking on the Add button, we should be able to add that item to the list
  • Each item should have a Delete button next to it so we can remove that item from the list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published