Build a Todo List App in HTML CSS JavaScript | EASY BEGINNER TUTORIAL

  Рет қаралды 27,935

How to Become a Developer

How to Become a Developer

Күн бұрын

Пікірлер: 51
@josephryan8899
@josephryan8899 7 ай бұрын
I just checked the source code line by line in .html and..css and they match line by line perfect. Thanks for your work
@NomanAli-zd1bn
@NomanAli-zd1bn Жыл бұрын
Thanks alot thats what we want simple basics and easy to understand ❤
@howtobecomeadeveloper
@howtobecomeadeveloper Жыл бұрын
So glad you like it! ❤️
@freguenshoodjean5841
@freguenshoodjean5841 4 ай бұрын
Thank you a lot , although the displayTask function is really challenging. .
@howtobecomeadeveloper
@howtobecomeadeveloper 4 ай бұрын
I'll do my best to explain deeper in the next one!
@alexgoldendragon3435
@alexgoldendragon3435 8 ай бұрын
tysm!!!!! This is so detailed, you deserve more subscribers!
@howtobecomeadeveloper
@howtobecomeadeveloper 8 ай бұрын
Oh thank you!
@tooma-g6891
@tooma-g6891 2 ай бұрын
Thanks you have taught everything in detail , I have understood everything😄
@rupeshthakur3754
@rupeshthakur3754 2 ай бұрын
nice explanation. Love from Nepal
@anjaneyulub2529
@anjaneyulub2529 Жыл бұрын
I love your teaching I am excited to learn more from u Thank you : )
@howtobecomeadeveloper
@howtobecomeadeveloper Жыл бұрын
Very happy to hear that, my pleasure :)
@themilesroarkexperiment1662
@themilesroarkexperiment1662 Ай бұрын
Great vid. Appreciate you.
@josephryan8899
@josephryan8899 7 ай бұрын
It's strange but the project opens better in Firefox but still no pointer cursor over input areas. Thanks
@nr7343
@nr7343 2 ай бұрын
look nice, why you are set todoList.innerHTML = "" every operation list add and update you delete all and print agian...
@function30
@function30 Жыл бұрын
I love your teaching make video on make anything responsive, responsiveness tricks
@howtobecomeadeveloper
@howtobecomeadeveloper Жыл бұрын
Thank you! Awesome, I'm noting it down! 😊
@DarshTiwadi-tl2ih
@DarshTiwadi-tl2ih Ай бұрын
Very Good🥰
@hemanthchowdary7150
@hemanthchowdary7150 Жыл бұрын
Awesome 🤩 thanks ❤
@howtobecomeadeveloper
@howtobecomeadeveloper Жыл бұрын
My pleasure! 😊
@Ms.Delareact
@Ms.Delareact 10 ай бұрын
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 .
@angiek1925
@angiek1925 11 ай бұрын
Question how would u go about making categories for your list n move items between those to do categories
@howtobecomeadeveloper
@howtobecomeadeveloper 11 ай бұрын
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 😜
@josephryan8899
@josephryan8899 7 ай бұрын
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
@DrixBors
@DrixBors 6 ай бұрын
try this .scroll::-webkit-scrollbar { width: 0.06rem; scrollbar-width: thin; }
@Sattivlogs-fp2ch
@Sattivlogs-fp2ch 3 ай бұрын
Thanks you sooo much
@hyojinkim6870
@hyojinkim6870 9 ай бұрын
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
@alexgoldendragon3435
@alexgoldendragon3435 8 ай бұрын
you could ask chat gpt
@ChristianChinakueze-do2bd
@ChristianChinakueze-do2bd 3 ай бұрын
I love your video
@zinakemoum7930
@zinakemoum7930 6 ай бұрын
hello, it is interesting what you teach, i follow you very well
@howtobecomeadeveloper
@howtobecomeadeveloper 6 ай бұрын
Thank you! 😊
@ryomensukuna9513
@ryomensukuna9513 Жыл бұрын
😍
@howtobecomeadeveloper
@howtobecomeadeveloper Жыл бұрын
😊😊
@seputarrahasia7655
@seputarrahasia7655 10 ай бұрын
awesome
@howtobecomeadeveloper
@howtobecomeadeveloper 9 ай бұрын
Thank you!
@howtobecomeadeveloper
@howtobecomeadeveloper Жыл бұрын
Build your next awesome project: www.tubebuddy.com/quicknav/latest/UCkXqOdpo5ul8BosGBFlDgmw
@thilaksalivahanan2342
@thilaksalivahanan2342 Жыл бұрын
Beginner javascript website creation please. Thanks for your efforts
@howtobecomeadeveloper
@howtobecomeadeveloper Жыл бұрын
Awesome, thank you for your feedback!
@Rshubham1819
@Rshubham1819 Жыл бұрын
I think you should start concept wise project of javascript.
@howtobecomeadeveloper
@howtobecomeadeveloper Жыл бұрын
@@Rshubham1819 Interesting, could you explain a bit more? 😊
@Rshubham1819
@Rshubham1819 Жыл бұрын
@@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
@raaajj_aryan
@raaajj_aryan 5 ай бұрын
very helpful. not like most of the others
@howtobecomeadeveloper
@howtobecomeadeveloper 5 ай бұрын
Thank you!
@aissame112
@aissame112 Жыл бұрын
❤❤
@howtobecomeadeveloper
@howtobecomeadeveloper Жыл бұрын
@EliiiXD
@EliiiXD 7 ай бұрын
why do i feel like writing css is way harder than building basic backend side
@howtobecomeadeveloper
@howtobecomeadeveloper 7 ай бұрын
I see your point! They can be hard in different ways for sure.
@EliiiXD
@EliiiXD 7 ай бұрын
@@howtobecomeadeveloper is it means that i am specialized for backend side maybe haha
@function30
@function30 Жыл бұрын
Anything but plz make responsive
@howtobecomeadeveloper
@howtobecomeadeveloper Жыл бұрын
Thank you for your comment! 😊
When u fight over the armrest
00:41
Adam W
Рет қаралды 19 МЛН
Yay, My Dad Is a Vending Machine! 🛍️😆 #funny #prank #comedy
00:17
Perfect Pitch Challenge? Easy! 🎤😎| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 64 МЛН
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 1,3 МЛН
How is this Website so fast!?
13:39
Wes Bos
Рет қаралды 878 М.
Beginner Vanilla Javascript Project Tutorial
1:15:19
developedbyed
Рет қаралды 904 М.
Learn CSS Flexbox in 20 Minutes (Course)
20:37
Coding2GO
Рет қаралды 218 М.
JavaScript DOM Manipulation Mastery: A Comprehensive Guide
1:25:33
Envato Tuts+
Рет қаралды 45 М.
Simple Todo List App in Flask - Beginner Project
21:19
NeuralNine
Рет қаралды 42 М.
When u fight over the armrest
00:41
Adam W
Рет қаралды 19 МЛН