Build a To-Do List in 20 MINUTES with JavaScript

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

КОМЕНТАРІ • 36

  • @Uncaught_in_promise
    @Uncaught_in_promise Рік тому +21

    Nice tutorial. To do list is an absolute must for every beginner. It allows to work and understand literally all basic JS concepts: DOM, manupultaing DOM, functions, arrays, scope, loops, state and many other basic stuff.

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

    Am from pakistan a web developer and still a student but following you in time of needs … Good keep it up

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

    Great Tut, pretty quick solution. Just an FYI: This solution will create individual event listeners for each todo item, which can be a bottleneck. Of course for a small todo app, it not going to matter. But if you use this technique in a different more heavy app. I surely will cause issues

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

    Almost perfect. Even though you can cross out an item, it would be great if you can also remove an item on the list via a 'remove button'.

    • @l-fitness3590
      @l-fitness3590 10 місяців тому

      Did you figure out how to do this

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

    Thank you so much. You just gave me ideas and better way to finish my project

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

    This is such a great tutorial!!! Thanks so much - great way to spend my Sunday morning coffee ☕

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

    Really good and clear explanation. Just what I needed. Keep going with these super videos

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

    follow all steps, but at the end i get my list, but they never swap the done to the end with the others they just stay there, and when reload i get a tons of to do boxes.. is that normal or they supposed to restart so i can have an empty list??

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

    thank you 🎉

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

    you're very underrated sir, I've been watching your tutorials since I started learning Javascript and I can say that you're style of teaching is much easier to understand and follow. Thank you :)

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

    Waouh ! You, sir, are a great teacher! Thank you!

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

    It's too good brooo🔥❣️

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

    Greate tutorial as usual. Todo list project is always interesting with so much nuances. Looking forward to more intermediate and advance Javascript projects this year.

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

    Great videos, thank you. Really like your teaching style.

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

    Great tutorial!

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

    It' awesome. Thank you for making this video. It really helps a lot. What is the logic to removed the item which is marked as completed/checked.

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

    Thanks! Great tutorial and very easy to follow! However, the last part with the sorting didn't work for me.

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

    Thank you so much !

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

    Great tutorial, a very good intro to local storage for me personally. Only problem I have is when I click add button I have to refresh the browser for it to appear in Chrome and Edge. Is this just me?

  • @ShinraKasukabe-p1f
    @ShinraKasukabe-p1f Рік тому

    thanks a lot! but what about the remove function?

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

    I have a question though
    Why do you have to get the items first in the local storage when they're not even there yet?

    • @dcode-software
      @dcode-software  Рік тому

      In order to know there are no items, you must fetch the items 🙂

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

      @@dcode-software thank you 😀

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

    Hello, can you explain to me why we do not update local storage when user exits/refresh page? Isn’t it waste of resources to update it and refresh each time? I am noobie, so if it’s obvious don’t be mad on me

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

    i have one question but what theme is that? I like that a lot lol

  • @Ramdani-g5k
    @Ramdani-g5k Рік тому

    why innerHtml uncaught typeError cannot set properties?

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

    hi, how to add remainder in this todo app

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

    thx !! next time type a bit slower had to pause the video after every line :)

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

      There is a function in YouTub settings to set video on a slower mode

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

    I can't get it to work on Google Chrome. I need assistance.

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

    "Simple ToDo list". 💀

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

    dislike this is not functional

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

    Lol is this for beginners???