Тёмный

Tailwind & JavaScript Project - Products Filtering UI 

Traversy Media
Подписаться 2,3 млн
Просмотров 29 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@codingman8056
@codingman8056 7 месяцев назад
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
@AndrewKwabula
@AndrewKwabula 6 месяцев назад
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.
@Olympian97
@Olympian97 6 месяцев назад
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.
@katungiyassin9947
@katungiyassin9947 2 месяца назад
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.
@cesarjaramillo9455
@cesarjaramillo9455 7 месяцев назад
Hey Brad, I just finished your recent Next14 course. Good stuff, thanks!!
@archamedis
@archamedis 6 месяцев назад
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!
@altered3742
@altered3742 5 месяцев назад
Would love to see a React version with a backend data store. Thanks for the fast-paced tutorials. Always learn a lot.
@DavidRagnar1
@DavidRagnar1 7 месяцев назад
Awesome stuff! Would loved to see this in Vue
@arisjacko1582
@arisjacko1582 3 месяца назад
Brad I would love a follow up of this in React!
@sovereignlivingsoul
@sovereignlivingsoul 7 месяцев назад
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.
@slacle
@slacle 7 месяцев назад
A Svelte 5 (after it's released) version of this would be awesome :)
@webphame
@webphame 6 месяцев назад
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.
@tarekt8571
@tarekt8571 7 месяцев назад
We need a new redux toolkit course with build website, please. thanks for all works brad
@pfkellogg
@pfkellogg 7 месяцев назад
Thanks again very much.
@AbdullahAbid-qi5mq
@AbdullahAbid-qi5mq 7 месяцев назад
Thank-you very much.
@hamishmoocow2070
@hamishmoocow2070 4 месяца назад
Is there a simple way to allow for each product to have multiple categories like tags?
@havecodesoft
@havecodesoft 7 месяцев назад
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.
@stephenadeoye8370
@stephenadeoye8370 День назад
Yes! React version is welcome, sir.
@PhilanJames
@PhilanJames 7 месяцев назад
Would be great to see in SolidJS.
@newabyuser
@newabyuser 7 месяцев назад
Please do with React projects
@top5-vid814
@top5-vid814 6 месяцев назад
u rock buddy
@top5-vid814
@top5-vid814 6 месяцев назад
Please do the react or node js version
@mesafintminwagaw2110
@mesafintminwagaw2110 6 месяцев назад
great project thanks!! can you make this project with MERN stack project also with ts
@vinoopb
@vinoopb 7 месяцев назад
Hi Brad, thanks for this video. Is this also added to the udemy projects course?
@xbodoubles8974
@xbodoubles8974 14 дней назад
How can I add pagination to it?
@Alique_VSI
@Alique_VSI 6 месяцев назад
Yes we are interested lets build it using react or nextjs please sir
@devoni_com
@devoni_com 6 месяцев назад
Hello sir, I want to learn the web from scratch, but I do not know how to contact you
@sharadrao4893
@sharadrao4893 7 месяцев назад
Love to learn same project in react
@buddafi
@buddafi 7 месяцев назад
Is there a coupon for this course? ;)
@harihoodibaba
@harihoodibaba 7 месяцев назад
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..
@harihoodibaba
@harihoodibaba 7 месяцев назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-xkGhNqVa1Vs.htmlsi=zNRNjaKf6s_OCxkb Sorry got the answer from you already. Thanks
@umairulislam9048
@umairulislam9048 7 месяцев назад
I didn't understand why we are adding the "add" class to the counter button. Can anyone explain ??
@andreea34
@andreea34 6 месяцев назад
@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!
@umairulislam9048
@umairulislam9048 6 месяцев назад
@@andreea34 Thanks I got it
@MutantBikers
@MutantBikers 7 месяцев назад
Do it in react
@danish7335
@danish7335 7 месяцев назад
it will be easy
@mohammadfazlerabbi7712
@mohammadfazlerabbi7712 7 месяцев назад
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?
@andreea34
@andreea34 6 месяцев назад
@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.
@mohammadfazlerabbi7712
@mohammadfazlerabbi7712 6 месяцев назад
@@andreea34 yeah i got your point Thanks 😀
@afriend8961
@afriend8961 7 месяцев назад
Is that a VS Code Theme or custom? =).
@TheNarancia
@TheNarancia 6 месяцев назад
Should be github dark theme
@BMikel
@BMikel 7 месяцев назад
Please create the same but with Vue js
@Legacylanes_moto
@Legacylanes_moto 6 месяцев назад
Really tired with all the frameworks.. nothing beats a simple project without any of the bs 💩
@Iam_swenky
@Iam_swenky 7 месяцев назад
Thank you Brad. 🥂
@ermacasd6190
@ermacasd6190 7 месяцев назад
with react it would be perfect
@vinayvardhanyt2415
@vinayvardhanyt2415 6 месяцев назад
Thank you
Далее
Why I Pick ShadCN and Tailwind for all my projects
18:53
The Importance of Specialization in Coding
7:13
Просмотров 231 тыс.
18 Weird and Wonderful ways I use Docker
26:18
Просмотров 148 тыс.
Coding Was HARD Until I Learned These 5 Things...
8:34
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Просмотров 335 тыс.
The Home Server I've Been Wanting
18:14
Просмотров 18 тыс.
The Tools I Use to Build Products in Laravel
19:00
Просмотров 30 тыс.