Live: https://kweebac.github.io/todo-list/
Code: https://github.com/Kweebac/todo-list
Right now I've added a data-index attribute to all the "X" buttons div in each task div, and a data-index attribute to each **task div **itself. This is to keep track of their index in the tasks property array inside each newly created Project (which is only 1, the defaultProject for now). I want to get rid of the data-index attributes, and find another way to work out where they are in the tasks property array. How can I do this?