one really hard question, why are you so underrated, you literally helped me do something i was trying to do for almost 4 months!
@АртурВолков-в2ъ14 күн бұрын
Thanks a lot. Your tutorials are very clear and useful. I am a beginner frontend developer and found your tutorials to be one of the best so far!
@lazareabuladze38655 ай бұрын
i just discovered your channel bro you are amazing! huge respect for teaching us
@beeleaveme9 ай бұрын
I marathoned your videos, excellent content, you have "few" subscribers now but I guarantee you that with the quality you put in your videos, more people will get to know you
@SanjayMistry.19 күн бұрын
Thank you, Fabian, for an excellent tutorial! As an absolute beginner in JavaScript, coding an app like this feels like a distant dream. For many newcomers (including myself), the journey often starts with staring at a blank JS file, wondering where all the fundamentals they’ve learned seem to have disappeared. Bridging the gap between understanding the basics and creating something like this can feel overwhelming. I truly hope you consider creating a series tailored for beginners, guiding us step-by-step through this process and helping us connect the dots. Also, even if you were to create a premium series that’s paid for, I believe your teaching methods are so effective that many of your subscribers, myself included, would be more than willing to pay for it. I look forward to your future content and would love to hear your thoughts on this!
@coding2go19 күн бұрын
Thank you so much for your kind words and thoughtful comment! I totally get that it can be difficult for beginners to use the knowledge and then put it into practice. I think the most important thing here is simply doing PROJECTS. Search for js projects and set yourself the goal of coding them completely alone. The code will probably not be 100 percent perfect for production, but it is a great learning experience. Afterward, you can always look for a KZbin tutorial that shows the "perfect solution" to the problem. That way, you will understand a lot more about WHY certain things are coded that way. We’re definitely planning to expand our JavaScript content here on the channel. While we currently focus more on CSS, JavaScript has so much potential to teach, especially for beginners who want to build real projects. In fact, I’m working on a complete JavaScript course that will cover all the fundamentals and include hands-on projects. It’s a big project, and I want to ensure the quality is good, so it’s taking some time. Once the course is ready, parts of it will be available for free on KZbin, and of course we will produce additional JavaScript tutorials on this channel. Feel free to share any specific topics you'd like to see covered! 😊
@SanjayMistry.19 күн бұрын
Thank you so much for your thoughtful reply-it’s really appreciated! I think what many JavaScript beginners, myself included, struggle with most is learning how to take the fundamentals and actually implement them in a real-world project like the Todo App. The hardest part isn’t necessarily understanding the basics-it’s figuring out how to apply them. What we truly need is someone to guide us step-by-step from “you’ve learned the fundamentals” to “here’s how to use them to build a working app.” Even if it involves a bit of back and forth, it will lay the foundation for beginners to understand how to start building projects confidently. A tutorial like this would fill a big gap that many courses miss. Most assume that once we’ve grasped the fundamentals, we’ll know what to do next, but that leap is where a lot of us get stuck. If you could create a video like this, I’m certain it would help many beginners like me bridge that gap and feel empowered to take on other projects. Thank you again for your time, and I’m really looking forward to your future content, especially the JavaScript course you’re working on! And apologies for the long response! 😊
@awos1273 ай бұрын
If anyone struggling with the js dont forget to add # in const todoListUl = document.querySelector("#todo-list"); and other ids
@kumaishhaider4 ай бұрын
Bro you're teaching style is so good and I'm really glad i subscribed you. Keep up the good work man. You'll get millions of subscribers one day if you keep working hard and making videos useful for us. Thanks for the video Man 🖤.
@jidnyasabhavsar54605 ай бұрын
you delivered a very unique content, it helps me a lot !! keep going!!
@coding2go5 ай бұрын
Thanks, will do!
@KunalVats-v3f3 ай бұрын
damnnn broo this channel is really really underrated , best explanations and tutoring . Thanks mannn!!!!
@Cahacava1funk123 күн бұрын
sorry, but its doesnt helps me. i copied the code and paste it to the my progect and when i clicked, its refresh the page. erorrs in console. WHY? pls explain.
@SahilMeo-CodingExpertАй бұрын
thanks man! it's a Good and ,much helpfull tutorial on youtube.
@Agent_Ebbs5 ай бұрын
Your videos are as informative as always 😊 thank you. For a self taught learner, this means a lot to me.
@CodingWithAlbert-O2 ай бұрын
just wonderful!
@Tix_BloxАй бұрын
Could you make a video about the sibiling selector, i dont understand it yet.
@sLntBtDdLy5 ай бұрын
What theme of vscode is this bro?
@minisingh8380Ай бұрын
text decoration line through is not applied?? Means when we checked it then
@skye061310 ай бұрын
This helps me a lot, thank you very much!
@coding2go10 ай бұрын
Glad we could help you😇
@mustasinbillah-u7d6 ай бұрын
thanks for this video.
@tonytodd70115 ай бұрын
Everything needs to be changeable/editable!
@y-lt6vxz9 ай бұрын
grid tutorial next
@coding2go9 ай бұрын
We are currently working on it ;)
@reayzzo2 ай бұрын
thank you
@LuckyLootTube3 ай бұрын
Does anyone know how I can run this type of TO DO APP into a public notes for my community? I guess I need to create some database or something, right? I was thinking to kind of store all the notes that are written to a public google sheet.
@shibgatmahmud5 ай бұрын
What fonts and theme do you use in VSCode?
@champx55 ай бұрын
the font is "cascadia code", and the theme is material theme by equinosocio
@EvrybodySurf5 ай бұрын
Thank yu!!!
@coding2go5 ай бұрын
You're welcome 😎
@officialdjbobroblox5 ай бұрын
bruh hostinger is paid i want something free :(
@mohammed-issa05 ай бұрын
Github
@raihanshek70405 ай бұрын
Cheek oddu
@Noambeiruty4 ай бұрын
@@raihanshek7040 there are free options... Reply to this if you still looking for a free option
@donjuan2434 ай бұрын
using github pages
@MellowinshortАй бұрын
Netifly
@nr73435 ай бұрын
You shoud not clear your todo list evrey time you and new todo
@gerardonavarro34005 ай бұрын
When inserting a new one, no, however when editing or deleting one, we should
@nr73435 ай бұрын
@@gerardonavarro3400 also no..why?
@gabrielv23403 ай бұрын
What you could do is to render the last element added with array.lenght - 1. And in case you delete or edit an already created one, render everything in the array.
@nr73433 ай бұрын
@@gerardonavarro3400 in any case, you not have to recrete the list agian
@jamar92058 ай бұрын
*Promo SM*
@reyanreyaz13062 ай бұрын
A single big word breaks out of the text container and pushes the trash can way over to the right. To fix that, just add a line of CSS to .todo .todo-text:- word-break: break-word;