JavaScript Tutorials | Coding a Todo List in HTML & CSS & JavaScript (Using ES6) (2020)
In this video, I will show how to code a Todo List using HTML & CSS & JavaScript, where we will have a edit and remove button in every item of todo list. We will use some of JavaScript ES6 features like : classes, arrow functions …..
DON’T CLICK THIS! : https://bit.ly/2kXV6YL
SOURCE CODE : https://up-load.io/6ki3kuqn4efo (this code saves the changes even you refresh)
DONATE IF YOU LIKE THE VIDEO : paypal.me/truecoder
Don’t forget to Subscribe on the channel!
Enjoy!
23 responses to “Todo List Using HTML & CSS & JavaScript (2020)”
Make sure to SUBSCRIBE for more tutorials like this one !!!
virus detected in the source code….
good code but u give the bullshit link to download
Massive respect for you brother for sharing this however I request you to write simpler code next time because In this code there are so many things included which are tough to understand like unnecessary use of arrow functions on add event listener you could've used a normal function also the extra div that you made in the container class it was of no use also you could've used the prototype function directly instead of calling it with the constructor function all these things made code difficult to understand at once
However I learned a lot from this so thank you very much
Please explain to me manipulation the edit, thanks.
Thanks. Very helpful. Java Script part is very interesting and code are working without any error.
hello there seems to be no border around what do you want to do
if anyone got an error for addButton code
function check(){
if(inputValue.value != ""){
new item(inputValue.value);
inputValue.value = "";
}
}
hey, why you commented out the "edit" and '"remove" button? OR did you again add that part
Hi, I did it like a video, the button does not work. Line error
line 102:
function check(){
if(input.value != ""){
new item(input.value);
input.value = "";
}
}
js.js:73 Uncaught ReferenceError: Cannot access 'editbtn' before initialization
at item.createDiv (js.js:73)
at new item (js.js:63)
at HTMLButtonElement.check (js.js:102)
what's wrong?? help me please
it's working…thanks
Hi, I'm having an issue with the index.ejs it gives me a SyntaxError: Unexpected identifier in views/index.ejs while compiling ejs.
I literally copy and paste the code from GitHub.
Great video btw <3
This code didn't work.
The add button didn't process,why?
I don't understand. Where is my plus(
@Youssef pls do share the source in zip
I am getting the issue with ur code. so please share the link of source code
Awesome video, would appreciate more if you would start to talk through your code in the future or add comments in advance that somewhat explain certain things, just an extra to help newbies. Great content, subbed!
Can you add the github link of the code of the video each time you create video , please?
Nice video..
Please talk through your code if you can. The work you did is helpful, but somewhat negated by the EDM music in the background.
nothing amaizing here…this code did not work
if you will real use this app you need the save your to do text values must be saving in your local data