I tried to create this app. Without starter kit it is not easy. And I’m stuck. I did until CSS. 😢 if u can upload starter kit that would be really useful.
That is the Emmet extension in the code editor. You can use d#todos to create the ID of todos for a div element. You can read about Emmet coding in this tutorial: docs.emmet.io/
Hey I ran into a problem. In the remove task EventListener, (48:40) most of the time, when I click the remove button, e.target is returning , and therefore the list is not removed. Any solution?
Great tutorial! but I run into an issue which it doesn't make any sense. In the .js file, in the updateTask function, after the 1st else, where "const span = el.nextElementSibiling" it tells me that the properties are undefined, but I don't get it because does have properties but for some reason I cannot get to it by using el.nextElementSibiling (console.log() also tells me the same, it's undefined) any suggestions? All the code is identical to yours btw. Thank you!
Click on the "show more" text and the full description will be displayed. The download link is near the bottom. Download, unzip, and use as needed in the course.
52:42 You must put return inside filter within { }, thats the problem, if you dont put { } the callback function will automatically return.
Where is the starter kit? link please.
Also, how to add drag and drop functionality?
Thank you so much, your tutorial mr. Adi..
Thank You For Watching!
Thanks Adi. Your tutorial are awesome. love to watch.😎
Glad you like them!
Thank you Adi for being awesome.
Thank you! Lots of gems to learn here.
Glad it was helpful!
Thank you so much, your tutorial.
Thanks a lot ☺️, just that what I need !!! Practice!!! Please 🙏🙏🙏 more videos like this!!!
I'd appreciate it if you could provide a link to the Figma file. Additionally, do you have a starter file or access to the source code?
what vs code theme are you using
Can I follow along without starter kit?
Thanks
There isn't source code Link, where can i get it?
Thanks, really helpful...
Glad it was helpful!
how do I get the starter kit
Where can we get the source code?
Can this used for multiple users sessions?
can you provide the required starter kit or source code ;
Have you deleted the starter file? 😟I can't find it anywhere...
I tried to create this app. Without starter kit it is not easy. And I’m stuck. I did until CSS. 😢 if u can upload starter kit that would be really useful.
How did you automatically convert ul.todos to in your code at 8:14 ? Is there a way to do this with id as well? Thank you.
That is the Emmet extension in the code editor. You can use d#todos to create the ID of todos for a div element. You can read about Emmet coding in this tutorial: docs.emmet.io/
is it responsive
is contenteditable in css working for you guys?
yup
please give the starter file otherwise give github link of this project
where are the starter file
not deleting from local storage though
Hey I ran into a problem. In the remove task EventListener, (48:40) most of the time, when I click the remove button, e.target is returning , and therefore the list is not removed. Any solution?
give remove-task class to svg than its work
First to view and comment!
With javascript its litrally hard to keep track of our code
Great tutorial! but I run into an issue which it doesn't make any sense. In the .js file, in the updateTask function, after the 1st else, where "const span = el.nextElementSibiling" it tells me that the properties are undefined, but I don't get it because does have properties but for some reason I cannot get to it by using el.nextElementSibiling (console.log() also tells me the same, it's undefined) any suggestions? All the code is identical to yours btw.
Thank you!
I just used ✖ in the html for the remove button
please provide the css for the project
its not safe to use innerHTML
You can if you are extra careful about what you allow to be put into it.
where is the source code?
Click on the "show more" text and the full description will be displayed. The download link is near the bottom. Download, unzip, and use as needed in the course.
@@envatotuts no it doesnt!
@@envatotuts I also did not find the required starter kit