Hello CodingNepal. I love your videos. Great stuff with minimal professional designs. I have just a finished JavaScript course and I plan to practice doing small projects for my portfolio. Is it ok if I did code along for some of your projects with probably some tweaks for practice and my portfolio as well? And if it is ok with you, is it ok for my practice or I should build my portfolio with my own codes? Any advice will be appreciated. I wish you had some audio explanations for some things how they work. Keep up the good work. Thank you.
@@sekhangatiI think you should take ideas from the already written codes like how they do to do some things and try to do it yourself for better practice rather than copy-pasting whole codes.
This is the best Todo list tutorial. I would say it's not for beginners, but absolutely worth diving deep into it. Learned a lot about Local Storage. Without is it's much much easier of course.
I've been working with this your project and improving it a lot. You'd be amazed believe me. Add the filters under an icon. Did a reverse loop so every new to do is stacked on the older one. Also made use of content editable to improve the user experience. Put a plus button at the bottom right for adding new todos. When it is clicked a div with contenteditable set to true slides up and the user types in their to do. The difference between this and the input box you use is that with a text box you can only type in a straight line.
Next, I will be working on letting the user create new lists, and possibly add a scheduling feature to the to-do. Thanks so much for this video. With your channel, I am sure I will have good portfolio projects to land my first job as a frontend developer.3
Hey Bro Thanks for this videos. But bro agar aap every videos me bg sound ke jgah agar aap code ko explain kro tho or jyada better rahega hmare liye code ko samajna or wo kese work krra hai wo sab dekhna
So amazing, keep up the great work. :) *I did notice a minor issue that if you type a long message into the task field, it does not stay withing the assigned box, and it spreads outside of the box. Apart from that minor issue, amazing job!
Bro The real time chat app u made Is really helping me I already added a user profile For each logged in user Users can view each other's profile But I want to add the option of sending photos and videos in chat And also a posting page Where users can post feeds But it seems hard Can u do a video on that please 🙏🙏🙏🙏🙏
Awesome one. Just one slight bug - When we change from pending to completed or vice versa , the task is not immediately moved , we can see that after we select the respective tab .
Hi, Your videos are really cool. Sorry for asking this. Can I upload your chat app to my own domain *with some changes*. Is it Ok for you? Finally, a super video.
I don't think it might be possible using client side language but you can google for it. If you want it using backend language then here is the video which is about UA-cam thumbnail or any image downloader via url - ua-cam.com/video/FucPPCPDd2Y/v-deo.html
GREAT VIDOE just earned a subscriber, i have a question tho, i keep on getting the error "updateStatus is not defined at HTMLInputElement.onclick" how do i fix it?
Get Source Code of this Todo List App: buymeacoffee.com/codingnepal/e/278840
Hello CodingNepal. I love your videos. Great stuff with minimal professional designs.
I have just a finished JavaScript course and I plan to practice doing small projects for my portfolio.
Is it ok if I did code along for some of your projects with probably some tweaks for practice and my portfolio as well?
And if it is ok with you, is it ok for my practice or I should build my portfolio with my own codes? Any advice will be appreciated.
I wish you had some audio explanations for some things how they work. Keep up the good work. Thank you.
@@sekhangatiI think you should take ideas from the already written codes like how they do to do some things and try to do it yourself for better practice rather than copy-pasting whole codes.
@@CodingNepal ok thank you for the advice.
I want to know what code editor you use and how it preview live please reply
JazakuMullaha Khaira Aameen 🙏 🤲 😍
Bro your just one video on “real-time chat app” made my whole carrier. ❤️ thank you so much .. lots of love and respect from India
Happy to hear that bro.. Keep loving!
Link to the video tutorial please
This is the best Todo list tutorial. I would say it's not for beginners, but absolutely worth diving deep into it. Learned a lot about Local Storage. Without is it's much much easier of course.
Awesome, thank you!
Most talented developer i have ever seen in my life.I wish i could do the the codjng same like you😢
I've been working with this your project and improving it a lot. You'd be amazed believe me. Add the filters under an icon. Did a reverse loop so every new to do is stacked on the older one. Also made use of content editable to improve the user experience. Put a plus button at the bottom right for adding new todos. When it is clicked a div with contenteditable set to true slides up and the user types in their to do. The difference between this and the input box you use is that with a text box you can only type in a straight line.
Next, I will be working on letting the user create new lists, and possibly add a scheduling feature to the to-do. Thanks so much for this video. With your channel, I am sure I will have good portfolio projects to land my first job as a frontend developer.3
Great turorilal, that's what i wanted to find. Thanks Coding Nepal!!!
Most welcome!
JazakuMullaha Khaira Aameen 🙏🤲😍
Honestly the best tutorial I've watched. Thank you
this video is perfect for a beginner to get Hands on experience on html, css, js. thanks for the putting the effort to made this.
Glad it was helpful!
thank you bro thanks to you I understand a little about javascript
Awesome! i am learning to develop some apps like this and to make websites ... and I am form india
Great 👍
Good to see the second version of the TODO list app
And we wanna see videos with your voice
I will try my best
@@CodingNepal pls dont!
Bro, your work is really awesome, dude maza aa gaya
Thank you so much 😀
Amazing bro, we are appreciating your work, god bless you, please upload more content like this, we are waiting🙏🙏👏👏💓
Awesome tutorial! Thank you for sharing!
You are so welcome!
Awesome!! You are the best!! Thank you my brother.
First comment.... Love from NEPAL 🇳🇵 ✌️
CN was the first comment
Good work
Excellent Work
Many many thanks
Amazing work 👍
Hey Bro Thanks for this videos.
But bro agar aap every videos me bg sound ke jgah
agar aap code ko explain kro tho or jyada better rahega hmare liye
code ko samajna or wo kese work krra hai wo sab dekhna
Okay bro, I'll try my best.
great video really helped me a lot.
You're welcome!
Superb Work Sir
My pleasure
Amazing work bro keep it up
Thanks 🔥
I love your content thank you
That's so cool and minimal!
Glad you liked it!
Awesome! Can't wait to make it!
Happy to hear that :)
Awesome job
Thanks!
you deserve more
So amazing, keep up the great work. :) *I did notice a minor issue that if you type a long message into the task field, it does not stay withing the assigned box, and it spreads outside of the box. Apart from that minor issue, amazing job!
Glad you like this! You can solve this issue with CSS:
.task label p {
word-break: break-all;
word-wrap: break-word;
}
@@CodingNepal Amazing, thanks for the tip. All the best!
I love this ❤️❤️❤️😍😍😍😍
Happy to hear that
Great work man
Appreciate it!
Bro
The real time chat app u made
Is really helping me
I already added a user profile
For each logged in user
Users can view each other's profile
But I want to add the option of sending photos and videos in chat
And also a posting page
Where users can post feeds
But it seems hard
Can u do a video on that please 🙏🙏🙏🙏🙏
Clear and easy
Which backend is better and which should I learn as I am starting my journey to backend development, plz suggest!!!
It depends on what you want to build
Awesome one. Just one slight bug - When we change from pending to completed or vice versa , the task is not immediately moved , we can see that after we select the respective tab .
Did you fix that?
Hi,
Your videos are really cool. Sorry for asking this. Can I upload your chat app to my own domain *with some changes*. Is it Ok for you? Finally, a super video.
Yes, it's okay... You can upload.
can you add reminder in todo app and share it, thanks
where did you get the icons
please try to give your voice it will make the video more easy to understand
Can you make a video that how to download image from url using javascript from client side without use server side.....
I don't think it might be possible using client side language but you can google for it. If you want it using backend language then here is the video which is about UA-cam thumbnail or any image downloader via url - ua-cam.com/video/FucPPCPDd2Y/v-deo.html
Thanks🙏😊
You can create nodepad online no database with php?
Is this for beginners
Astagfirullah Aameen 🙏🤲😍
i want to add count of task left section here how to to do that ??
You should create you own inspect menu
Do you have an explanation how to run the website on localhost?? I don't really understand in that part
You've to install live server extension on vs code. Learn more: marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
lets discuss the errors and how we got past it here.
my p.checked wont strikethrough
console gives error on classList as undefined
Could you make video tutorial, how to create weather app
Here is the video - ua-cam.com/video/c1r-NqYkFPc/v-deo.html
Bro why you .task label input {
margin-top :6px;}
How can you decide to Its center to .task 🧐🤔
thanks a lot.
How can i learn from you paid course ypur logic building is on next level i also want to do Coding same like you but can't😢
Brother how can i convert this web page into android/desktop app.. Pls response!
How can we delete all completed task with clear all button and pending task are still exist in local storage ?
If anyone can do it make a git repo and send link
bro can you please create how to build profolio website
I am getting error for forEach..how to resolve that
please make javascript tutorials in simple way
Okay, I'll try my best!
Please publish the article on the website. ❤️🙏
It has been published - www.codingnepalweb.com/create-todo-list-app-html-javascript/
GREAT VIDOE just earned a subscriber, i have a question tho, i keep on getting the error "updateStatus is not defined
at HTMLInputElement.onclick" how do i fix it?
E-Commerce JavaScript Tutorial give Shopping Cart from Scratch please bro
Ok I'll try bro
hey can you make project on larvel 8 versiom....e commerse web app plzz nd share source code
e commerse web app
Okay, I'll think on it!
Bro make a search box like which is in your website
Okay bro
Great video.Where can I find the source code sir
Here is the source codes link: www.codingnepalweb.com/create-todo-list-app-html-javascript/
25:20
hi
😁😁
please don't insert music anymore, let records and guide us how to code step by step
✅ Promo-SM!!!
absolutely not recommended for beginners