Good question! I would nest the existing data storing of the tasks into seperate structures which you could name. So for example if the tasks are stored like this: Todos = { Task 1: value 1, Task 2: value 2, } Turn it into: Todos = { Category 1: { Task 1: value 1, Task 2: value 2, }, Category 2: { Task 1: value 1, Task 2: value 2, }, } I wrote this quick on my phone so sorry for syntax mistakes but I think you get the point 😜
Hey I am following every step but my output is not changing, I am typing every thing the same but my website doesn’t not even show the color or the font change. I need help please .
Hello awesome tutorials but I'm having an issue with the scrollbar and webkit stylings their not making any changes the scrollbar still is visible. Thanks
HIII! thank you so much for the video. I have a quick question .. when i tried to make a Edit function, i declared "const firstText = todo[index].text;" and my console says "Cannot read properties of undefined (reading 'text') " like this. what should i do???!!! help me plzzz
@@howtobecomeadeveloper yes, sure it's a great pleasure for me. You should make a proper playlist for javascript concept wise projects and explain it in depth, like- for method string you can make mini projects, or how strings and its method is used in real world. And many more topics
I just checked the source code line by line in .html and..css and they match line by line perfect. Thanks for your work
Thanks alot thats what we want simple basics and easy to understand ❤
So glad you like it! ❤️
tysm!!!!! This is so detailed, you deserve more subscribers!
Oh thank you!
Thank you a lot , although the displayTask function is really challenging. .
I'll do my best to explain deeper in the next one!
nice explanation. Love from Nepal
Thanks you have taught everything in detail , I have understood everything😄
I love your teaching I am excited to learn more from u Thank you : )
Very happy to hear that, my pleasure :)
Great vid. Appreciate you.
Question how would u go about making categories for your list n move items between those to do categories
Good question! I would nest the existing data storing of the tasks into seperate structures which you could name. So for example if the tasks are stored like this:
Todos = {
Task 1: value 1,
Task 2: value 2,
}
Turn it into:
Todos = {
Category 1: {
Task 1: value 1,
Task 2: value 2,
},
Category 2: {
Task 1: value 1,
Task 2: value 2,
},
}
I wrote this quick on my phone so sorry for syntax mistakes but I think you get the point 😜
Awesome 🤩 thanks ❤
My pleasure! 😊
It's strange but the project opens better in Firefox but still no pointer cursor over input areas. Thanks
look nice,
why you are set todoList.innerHTML = "" every operation list add and update you delete all and print agian...
Very Good🥰
Hey I am following every step but my output is not changing, I am typing every thing the same but my website doesn’t not even show the color or the font change. I need help please .
I love your teaching make video on make anything responsive, responsiveness tricks
Thank you! Awesome, I'm noting it down! 😊
Thanks you sooo much
I love your video
Hello awesome tutorials but I'm having an issue with the scrollbar and webkit stylings their not making any changes the scrollbar still is visible. Thanks
try this
.scroll::-webkit-scrollbar {
width: 0.06rem;
scrollbar-width: thin;
}
HIII! thank you so much for the video. I have a quick question .. when i tried to make a Edit function, i declared "const firstText = todo[index].text;" and my console says "Cannot read properties of undefined (reading 'text') " like this. what should i do???!!! help me plzzz
you could ask chat gpt
Build your next awesome project:
www.tubebuddy.com/quicknav/latest/UCkXqOdpo5ul8BosGBFlDgmw
Beginner javascript website creation please.
Thanks for your efforts
Awesome, thank you for your feedback!
I think you should start concept wise project of javascript.
@@Rshubham1819 Interesting, could you explain a bit more? 😊
@@howtobecomeadeveloper yes, sure it's a great pleasure for me. You should make a proper playlist for javascript concept wise projects and explain it in depth, like- for method string you can make mini projects, or how strings and its method is used in real world. And many more topics
hello, it is interesting what you teach, i follow you very well
Thank you! 😊
very helpful. not like most of the others
Thank you!
awesome
Thank you!
😍
😊😊
❤❤
❤
why do i feel like writing css is way harder than building basic backend side
I see your point! They can be hard in different ways for sure.
@@howtobecomeadeveloper is it means that i am specialized for backend side maybe haha
How can you call this a beginner tutorial
Anything but plz make responsive
Thank you for your comment! 😊