Skip to content

andreaderuvo/jslab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lab

Mission: try to reuse as much as possible the techniques explained in the course at https://github.com/andreaderuvo/jscourse.

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

  2. Build a web component that's a collection of todos (reuse 1). It should not show the removed todos.

  3. It should be reactive between tabs.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors