Here are the links to index.html and main.css files: index.html, main.css
Unfortunately, there seems to be an issue with the code in line 28-30 of index.html:
$(".todo-liste").click(function(){
$(this).parent(".todo-listeEleman").fadeOut(300);
});