Mission: try to reuse as much as possible the techniques explained in the course at https://github.com/andreaderuvo/jscourse.
-
Build a web component that shows a todo from https://jsonplaceholder.typicode.com/todos. It should contain a button to delete the todo. On click, it saves the todo's id in localStorage.
-
Build a web component that's a collection of todos (reuse 1). It should not show the removed todos.
-
It should be reactive between tabs.