it was a great video, i gonna wait more tutorials like this, about pure vanilla javascript, classes, object, thanks for the tuto
@TheCodeholic5 жыл бұрын
Thanks
@salmonvariety58963 жыл бұрын
Agreed!
@timurkasymov1624 жыл бұрын
Thank you very much, that is awesome! Such kind of project is tough to find in JS
@asdfasdfasdf3834 жыл бұрын
Great tutorial, very precise explained. However, It boggles my mind that something so uncomplicated, like a notes app does require so much code. (Not your fault, I'm just a beginner and never thought this would require so much code)
@TheCodeholic4 жыл бұрын
Thank you. It can be written with less code, but I like code organized and maybe it shows as large code. Anyway, if you always split your code into multiple readable chunks it will be easier to read and understand.
@merlinafera48652 жыл бұрын
Free checker is an email logger your email list can be retrieved by the tools builder
@barungh5 жыл бұрын
This is a awesome tutorial ... With vanilla js 🤘👌👏
@TheCodeholic5 жыл бұрын
Thanks Man!
@tim.bogdanov4 жыл бұрын
I just hate it when tutorials go like: ummmm like just paste in this 300 lines of code, its pretty simple.
@ziuhoque15325 жыл бұрын
awesome video please make more java script project please sir please your channel will grow..soon
@omersefaylmaz71274 жыл бұрын
Excellent course!!
@TheCodeholic4 жыл бұрын
Glad you think so!
@papiswazy46404 жыл бұрын
Would you say thay this uses the local stoarge to grab the notes after you saved themm so when you refresh the page it will retrive them from the local storage?
@keriminc5 жыл бұрын
Your tutorials are excellent. Although the videos are viewed more than 100 views, I'm sad that 6 ~ 7 likes. By the way I would like to see an Electron API.
@TheCodeholic5 жыл бұрын
Thank you. We will grow step by step and will have more views also. Electron is in my plan so stay subscribed and you will be first to know it.
@jivtheshm.r17843 жыл бұрын
is it possible to add a template created using bootstrap and when to add note we can edit in that template
@sanikachepe84894 жыл бұрын
I am getting this error when I link app.js with index.html :-Uncaught SyntaxError: Cannot use import statement outside a module
@TheCodeholic4 жыл бұрын
It might be the reason of incorrect Webpack version of configuration.
@edbarrientos10093 жыл бұрын
Just some advise for the video. You may want to zoom your screen in a little more.
@alexjansson78165 жыл бұрын
NIce!
@bikramchettri94055 жыл бұрын
Thanks for the tutorial. Can you please make a video on how to animate a number from 0 to 100 like a stats counter we see in number of webpage for eg. Project completed, or skill section.
@TheCodeholic5 жыл бұрын
Thanks for suggestion. I will keep in mind.
@pjguitar153 жыл бұрын
Those classes, import and export thing are not too simple for me. I need to learn how those work first