- 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.
- 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