Hello, friends, please help me get this video in rotation by commenting (a simple thanks will do) and liking👍
@victorbaraka1286 Жыл бұрын
ive already subscribed and liked thank you for making this video may God bless you😇😀😃😄😁😆😅🤣😂😉😊🤗😜🤪😝
@13reath43 Жыл бұрын
Simple code ( who wants can restucturize to follow don't repeat urself rule) Solid explanations ( everyone has google few things can be googled ) Good and easy design Also BIG + for teaching how to use localstorage Thanks a lot
@SoxPatsCelts1995 Жыл бұрын
I've watched a couple todo list tutorials and the logic and explanations on this one really clicked with me. thank you
@codefoxx Жыл бұрын
I got you
@JesseJames72 жыл бұрын
Finally one with an edit button. Thank you
@tonytodd70119 ай бұрын
Great lesson, I like it! The video is really solid and compact, not like multi-hours todo-list ones I've ever seen!
@padmajverma6784 Жыл бұрын
thank you so so much i was struggling to with a decent todo list tutorial with local storage .... thanks to u i was able to do it.. appreciate it man .
@ArslanBekbolotov-wq8hd Жыл бұрын
this video from local storage really helped me to make the program
@atinukeadeshola-manuels9364 Жыл бұрын
Really really really good video especially the localStorage part. Thanks a lot
@raglarnights Жыл бұрын
i been watching to your channel for awhile now. great stuff and easy to understand
@tonytony-fc6gq2 жыл бұрын
Thank You , most CRUD on youtube dont have UPDATE which bogs my mind why they calling it CRUD, so Thank you again !! you made it soo simple
@fuadagayev-mg7fk Жыл бұрын
This is very helpfull me understand "todo" logic. Thank you!!!!
@Edward_Huraira2 жыл бұрын
Want more and more projects. Take love bro ❣️
@Mason-cg2wx Жыл бұрын
Not sure if this will get to you but at 4:50 and everything to do with the date before that i am not able to get the console log to show the date nor the text to show the date, the date part of it is not a deal breaker but its gonna keep bugging me till i figure out why it will not work
@Mason-cg2wx Жыл бұрын
scratch that, i cant get my console to display anything
@agataa.8411 Жыл бұрын
Thank you so much. It was useful for me.
@commonman8540 Жыл бұрын
hi, any idea to add reminder in this todo app
@edosegheosamagbe9077 Жыл бұрын
Yup, this is the video
@leelakommuri-c7r Жыл бұрын
hello sir this code is helpful for me but i need in weekly to do list can say process
@Facts_Agenda10 ай бұрын
Incredible Video for beginners
@vietmobile1592 жыл бұрын
Very nice tutorial, thank you
@thecoder1694 Жыл бұрын
you taught this lesson fucking cool man thank you for your fucking helpful help!
@barbell-dev4 ай бұрын
Thanks buddy ! It helped me big time.
@judyodiakose6838 Жыл бұрын
Hey man, great video.. I am actually working on something similar, but I have a problem... How can I add to existing list items? When I reload my page, The local storage is displayed but when I try to add another list item, It wipes the previous list items.
@alfredosancheznava8712 Жыл бұрын
Really cool tutorial!!
@codefoxx Жыл бұрын
Thank you
@MBmysterio Жыл бұрын
Why do you use Div? I'm a beginner so, please excuse my question if it comes across as extremely basic.
@YasminMuryadi Жыл бұрын
I learned a lot from this. Thanks!
@victorbaraka1286 Жыл бұрын
so as me i really learned alot
@flyflor599 Жыл бұрын
Excellent thank you !
@ishaa934 Жыл бұрын
Hello sir, i have a question, if i want to do let's say 2 to-do list in a web, how do I use the same CSS and js for that 2 elements?
@jimmyjayant80729 ай бұрын
Excellent Video. Keep it up. I tried your to do list live. And I found a problem. If the original task is "abc". And after editing it to "abcd" we click on cancel then the original task is not shown. Instead the edited task "abcd" is shown. Please correct this one.
@nibosvaska66458 ай бұрын
Great work, great code
@timokimo82062 жыл бұрын
Thank you 🌹
@motema_mpembe2 ай бұрын
At around 10.53 upon calling the displayItems(), your code suddenly breaks. And from there onwards, nothing works the same way! And, downloading from Github doesn't help as well. It's like a dead end!
@sxthangelАй бұрын
Dw this is only my 7th todo list video, ill make one one day
@MrFrankmore Жыл бұрын
Hello, thanks for this, it really helped me solve the editing part. One question, please, if I wanted the input to appear above that is the most recent to-do additions showing up first before the rest, how do I go about it?
@codefoxx Жыл бұрын
Youll need to create a small algorithm. Perhaps you can delete the item you are editing (you can use the splice function ) from the array and push it back into the array (with the push function) so that it goes to the front
@MrFrankmore Жыл бұрын
@@codefoxx It's not so clear but I think I get the idea. Thanks a lot.
@globxoperations22712 жыл бұрын
Thanks
@flyflor599 Жыл бұрын
thanks
@Lorry1279 ай бұрын
Thanks!
@AbubakirNumandjanov11 ай бұрын
Thanks a lot!!!
@reyjanriosa849211 ай бұрын
Thanks
@atlantic_love Жыл бұрын
Less than a minute into your tutorial you are using a CDN. Bad idea. That means your app will be broken the moment the CDN goes down.