- Instructor JavaScript: Stephany Nusch
- Bootcamp at Digital Innovation One
1 Create a text input field and a button that add Tasks to de list
2 As the button is pressesd the text should render on the list aside a checkbox
3 When the user selects the checkbox, the corresponding item must have the text crossed out. (eg task complete. tip: you can easily solve this with CSS)