Deleting task(s) in our to-do list app [part-2 ]
This article is a continuation of our to-do list app.
Check out part-1 and part-3.
Within the li element of each task, we want to display a trash icon. And use the icon to delete that very li element.
First, we need to download Heroicons which is a p...
mayoyo.hashnode.dev13 min read