Just for the note, I'm not beginner in web development, quite experienced, but i still love your work on VanillaJS. Thanks for supporting multiple technologies for years
Wow Brad you never cease to amaze me. In my opinion you are the best coding instructor on the web! Your project are real world and you explain them so that anyone can understand. I appreciate you as a person taking time out to help. Thank you!!!
Brad is one of the few Developers I am always keen to learn from. Each time a new technology comes, I usually wonder how he will tackle it. The man has range in his understanding of the web.
Just completed! Thanks Brad! Given your new video on React 19, it could be cool to see a version of this project in React 19 when it releases that explores some of the new changes / features.
Just finished your React course and wanted to practice my skills by making a filter component with pills and search for a large async list. This’ll come in handy if I get stuck/need inspiration. Thanks Brad!
Hey there brad , can you make it real world website like connect it with database . we as beginners just follow along the projects and dont get the idea how things actually work.
Brad is my best tutor though haven't been able fo buy his courses, much I learnt up to where I am simply got it from him. He has the best teaching style. I only have a simple request if he could do some Golang tutorials and the Gin framework in Go. Thanks good tutor. May God bless you.
@umairulislam9048 The class "added" is used to keep track of which buttons have already been clicked on (or which products have already been "added to card"). Since buttons are elements that can't store information about user events, they need to be tagged in some way when the user clicks on them. This tag can then be used in a conditional JS statement to check if the buttons have already been clicked on. This essentially turns the buttons into checkboxes from a JS point of view, if that makes sense (checked/unchecked). Of course, it's not necessary to use the class name "added" to check the button status, you could use one of the existing Tailwind classes on the button if you prefer (like the bg-red-600 class for example), or you could use a custom HTML property instead, like data-added-to-cart="true", etc. But using a class name is the simplest way to do this. Hope all that makes sense!
Lets's say i am using tailwind css. So why do i need to add extra classList.add()? I could just directly paste any tailwind component in the div.innerHTML or write my own like Hey right?
@mohammadfazlerabbi7712 Yes, of course you could write your own component instead, but in that case you will need to write some extra CSS rules to style your custom classes. Brad is adding existing Tailwind classes in order to avoid writing extra CSS :) But, yes, you can insert custom code as needed. Remember there is always more than one way to do things in JavaScript.
Thanks for this video. I learned JS mostly from your videos. Am wondering If this is the time to move to new Gen ai, and learn NLP LLM etc.. Please advise..
Please make this kind of project using laravel and React using inertia.js. there are no more free resources doing that specially laravel and react. love your tuts btw.
Just for the note, I'm not beginner in web development, quite experienced, but i still love your work on VanillaJS. Thanks for supporting multiple technologies for years
Wow Brad you never cease to amaze me. In my opinion you are the best coding instructor on the web! Your project are real world and you explain them so that anyone can understand. I appreciate you as a person taking time out to help. Thank you!!!
Brad is one of the few Developers I am always keen to learn from. Each time a new technology comes, I usually wonder how he will tackle it. The man has range in his understanding of the web.
Just completed! Thanks Brad! Given your new video on React 19, it could be cool to see a version of this project in React 19 when it releases that explores some of the new changes / features.
Hey Brad, I just finished your recent Next14 course. Good stuff, thanks!!
Just finished your React course and wanted to practice my skills by making a filter component with pills and search for a large async list. This’ll come in handy if I get stuck/need inspiration.
Thanks Brad!
Yes please do a back end version with React! You are the best
Yes! React version is welcome, sir.
Would love to see a React version with a backend data store. Thanks for the fast-paced tutorials. Always learn a lot.
Awesome stuff! Would loved to see this in Vue
Hey there brad , can you make it real world website like connect it with database . we as beginners just follow along the projects and dont get the idea how things actually work.
Brad is my best tutor though haven't been able fo buy his courses, much I learnt up to where I am simply got it from him. He has the best teaching style. I only have a simple request if he could do some Golang tutorials and the Gin framework in Go.
Thanks good tutor. May God bless you.
thanks man, just what I needed for my project
Brad I would love a follow up of this in React!
A Svelte 5 (after it's released) version of this would be awesome :)
Is there a simple way to allow for each product to have multiple categories like tags?
thanks Brad, very timely, i need something like this to display my coin hunting finds, i don't use frameworks so i will have to use vanilla CSS.
Please do with React projects
u rock buddy
How can I add pagination to it?
Thank you Brad. 🥂
Please do the react or node js version
I didn't understand why we are adding the "add" class to the counter button.
Can anyone explain ??
@umairulislam9048 The class "added" is used to keep track of which buttons have already been clicked on (or which products have already been "added to card"). Since buttons are elements that can't store information about user events, they need to be tagged in some way when the user clicks on them. This tag can then be used in a conditional JS statement to check if the buttons have already been clicked on. This essentially turns the buttons into checkboxes from a JS point of view, if that makes sense (checked/unchecked). Of course, it's not necessary to use the class name "added" to check the button status, you could use one of the existing Tailwind classes on the button if you prefer (like the bg-red-600 class for example), or you could use a custom HTML property instead, like data-added-to-cart="true", etc. But using a class name is the simplest way to do this. Hope all that makes sense!
@@andreea34 Thanks I got it
Hello sir, I want to learn the web from scratch, but I do not know how to contact you
Lets's say i am using tailwind css. So why do i need to add extra classList.add()? I could just directly paste any tailwind component in the div.innerHTML or write my own like Hey right?
@mohammadfazlerabbi7712 Yes, of course you could write your own component instead, but in that case you will need to write some extra CSS rules to style your custom classes. Brad is adding existing Tailwind classes in order to avoid writing extra CSS :) But, yes, you can insert custom code as needed. Remember there is always more than one way to do things in JavaScript.
@@andreea34 yeah i got your point Thanks 😀
Is there a coupon for this course? ;)
Would be great to see in SolidJS.
Yes we are interested lets build it using react or nextjs please sir
Hi Brad, thanks for this video. Is this also added to the udemy projects course?
great project thanks!! can you make this project with MERN stack project also with ts
Thanks for this video. I learned JS mostly from your videos. Am wondering If this is the time to move to new Gen ai, and learn NLP LLM etc.. Please advise..
ruclips.net/video/xkGhNqVa1Vs/видео.htmlsi=zNRNjaKf6s_OCxkb Sorry got the answer from you already. Thanks
Do it in react
it will be easy
Is that a VS Code Theme or custom? =).
Should be github dark theme
Love to learn same project in react
Please make this kind of project using laravel and React using inertia.js. there are no more free resources doing that specially laravel and react. love your tuts btw.
with react it would be perfect
Thanks again very much.
Thank-you very much.
Thank you
Please create the same but with Vue js
Really tired with all the frameworks.. nothing beats a simple project without any of the bs 💩