Build a TODO App With JavaScript (And Local Storage)

Поділитися
Вставка
  • Опубліковано 8 вер 2024

КОМЕНТАРІ • 44

  • @marko6966
    @marko6966 Рік тому +5

    52:42 You must put return inside filter within { }, thats the problem, if you dont put { } the callback function will automatically return.

  • @souravdas1271
    @souravdas1271 Рік тому +7

    Where is the starter kit? link please.
    Also, how to add drag and drop functionality?

  • @asanthajayakodi117
    @asanthajayakodi117 Рік тому +1

    Thanks Adi. Your tutorial are awesome. love to watch.😎

  • @user-xp2gp9lj8b
    @user-xp2gp9lj8b 5 місяців тому

    Thank you so much, your tutorial.

  • @mhmtlgly
    @mhmtlgly Рік тому

    Thank you Adi for being awesome.

  • @Olgitatata
    @Olgitatata Рік тому

    Thanks a lot ☺️, just that what I need !!! Practice!!! Please 🙏🙏🙏 more videos like this!!!

  • @ryanmacalandag5279
    @ryanmacalandag5279 Рік тому

    Thank you! Lots of gems to learn here.

  • @Neil_09
    @Neil_09 10 місяців тому +2

    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?

  • @DailyPostPakistan-mj6ry
    @DailyPostPakistan-mj6ry 5 місяців тому

    Thanks

  • @lalit-singh-bisht
    @lalit-singh-bisht Рік тому +2

    what vs code theme are you using

  • @nthiwafelix7967
    @nthiwafelix7967 Рік тому

    Thanks, really helpful...

  • @nikamerebashvili8319
    @nikamerebashvili8319 Рік тому +2

    There isn't source code Link, where can i get it?

  • @harshalnath4853
    @harshalnath4853 10 місяців тому +1

    please give the starter file otherwise give github link of this project

  • @_rko_7224
    @_rko_7224 Рік тому +2

    Where can we get the source code?

  • @pratimaacharya4873
    @pratimaacharya4873 Рік тому +1

    how do I get the starter kit

  • @Sanduniiii
    @Sanduniiii 10 місяців тому

    Can I follow along without starter kit?

  • @rokpperssr
    @rokpperssr Рік тому

    can you provide the required starter kit or source code ;

  • @kennedyuzoh7008
    @kennedyuzoh7008 Рік тому

    Can this used for multiple users sessions?

  • @Sanduniiii
    @Sanduniiii 10 місяців тому

    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.

  • @daniaroundtheworld1357
    @daniaroundtheworld1357 8 місяців тому

    Have you deleted the starter file? 😟I can't find it anywhere...

  • @lotteneri4749
    @lotteneri4749 Рік тому

    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.

    • @envatotuts
      @envatotuts  Рік тому

      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/

  • @kaycampbell364
    @kaycampbell364 Рік тому

    not deleting from local storage though

  • @Sushovan_95
    @Sushovan_95 Рік тому

    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?

    • @gaurahul777
      @gaurahul777 8 місяців тому

      give remove-task class to svg than its work

  • @otepiii
    @otepiii Рік тому

    is contenteditable in css working for you guys?

  • @harshalnath4853
    @harshalnath4853 10 місяців тому

    where are the starter file

  • @harshalnath4853
    @harshalnath4853 10 місяців тому

    is it responsive

  • @lalit-singh-bisht
    @lalit-singh-bisht Рік тому

    With javascript its litrally hard to keep track of our code

  • @ayomidefrancis-akinlolu3035

    First to view and comment!

  • @frankrdgz7
    @frankrdgz7 Рік тому +1

    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!

    • @otepiii
      @otepiii Рік тому

      I just used ✖ in the html for the remove button

    • @lalit-singh-bisht
      @lalit-singh-bisht Рік тому

      please provide the css for the project

  • @kaycampbell364
    @kaycampbell364 Рік тому

    its not safe to use innerHTML

    • @envatotuts
      @envatotuts  Рік тому

      You can if you are extra careful about what you allow to be put into it.

  • @sultanhoodie5495
    @sultanhoodie5495 Рік тому

    where is the source code?

    • @envatotuts
      @envatotuts  Рік тому

      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.

    • @Marvin-hp4ki
      @Marvin-hp4ki Рік тому +6

      @@envatotuts no it doesnt!

    • @hayodav
      @hayodav Рік тому

      @@envatotuts I also did not find the required starter kit