Thanks for these coding videos man. I code along as I watch these videos and not only do I Iearn a lot but I also get inspired and motivated (even if it's temporary) to create my own projects. Keep up the great work
You forgot to code the search button functionality, however i can add. This was the best VIDEO EVER. I FOLLOWED CZ I had zero knowledge in tailwind, but now i see myself being good at tailwind.
Thanks mate! This is amazing and the best Tailwindcss/React tutorial I have seen! You explained thing clearly and mentioned those little tricks as well. It is really friendly to beginners. Highly recommended!
Your tutorial was awesome! It helped me to get reacquainted with ReactJS and learn how to use Tailwind CSS. Thank you for providing the link to your Github. If I missed a step it was helpful for me to go back and check your code.
Your videos are both a mix of a course and a tutorial, you have a gift bro. Wish i discovered your channel before waisting my time on videos like Learn React/Javascript in 9855684 hours
This is a great lesson for me. After learning the basics of tailwind, this is my first project, making me more confident about tailwind used in react project. thank you so much, sir.
Thanks bro! This is amazing and the best tutorial I have seen! You explained thing clearly and mentioned those little tricks as well. It is really friendly to beginners. Highly recommended!
I always have to watch and recreate your videos. After watching, I can't try it myself. I learned some React before that I learned JS which I need for React but sometimes I get stuck. Can you please make a long video with React and Tailwind about exactly what Tailwind does in React and React also do something with React and Tailwind video? Lots of examples would be really nice. Otherwise great video keep it up.
i came to see how to use Tailwind css, ... but i learned a whole a lot more than that...😂😂😂😂.... anyway, this an awesome tutorial !! , and thank you very much for sharing this great content... 😎👍
Thanks Client.. This was a very easy to follow and beginner friendly tutorial. Bring More videos cause it's been months you did'nt uploded any tutorial like this.
It's a great tutorial! Easy-to-catch given info & very nice project as a result of studying. Thank you very much, Clint! You've done a great work. I appreciate your help in learning React. Greetings from Ukraine!
Grear tutorial, perfectly explained and very helpful to understand more about Taiilwind aswel as React. I really appreciate the content that you do, helped me a lot to improve my skills.
Thank you for the tutorial. This is what i was looking for, easy explained and not several hours long tutorial This opens a lot of ideas how to make different frontend projects. I was just wondering if you will post a full front and backend project soon. Thank you once more :)
Great work! Is it possible to evaluate this project for feching data from an api? Love to see you explain all that the way only you can!!! Make videos with client/server integration please!!
Hello ! Thanks for these tutorials especially with tailwind css they are very usefull. In this video i would like to add on NavBar.jsx when navbar is show body scrolls and it's a bit annoying. I added useEffect(() => { if (nav) { document.body.style.overflow = 'hidden'; } else { document.body.style.overflow = 'auto'; } }, [nav]); so it doesn't scroll when the nav is not open. Thank you again and keep it up.
Great project and well explained, how about you set the functionalities for those navbar like search engines at the navbar where we can search for food item and also all the side bar functionality
Hi Clint, thank you so muck for this awesome tutorial as usual. learnt a lot from it. Youre right! Tailwind looks too intriguing and efficient. Thank said, might I ask if you could help create the "Search functionality" on this page please? We have the Search Bar but its there just for the sake of it, it seems. I tried workaround to enable the Search functionality but, I am absolutely new to React and sometimes, it overwhelms me. Please help if you can. Thanks a lot mate!
I would recommend you to use more semantic tags, and these nesting levels, em..., maybe code splitting is not so bad idea at all. :D I know here is more about Tailwind, it seems to me, btw thank you!
Amazing. Firts congrats for share a lot knowledge. 2s I not understand very good. The bakc and have in this video class too? If not, do you can build for the owner receive order information and payment confirmation by whatsapp? Thank you a lot.
Awesome tutorial. However my app crashes after I filter. It will filter once than says too many rerenders. App crashes to prevent infinite rerenders. What could be my problem? I added a key=index. Could it have something to do with the arrow function? Thanks.
One suggestion: if you have the figma project link so we can follow better what step you are doing. Or the source of where you are getting th design from. Thanks !
Thanks for these coding videos man. I code along as I watch these videos and not only do I Iearn a lot but I also get inspired and motivated (even if it's temporary) to create my own projects. Keep up the great work
Thank you so much dude! Keep it going and build out some projects!
You forgot to code the search button functionality, however i can add. This was the best VIDEO EVER. I FOLLOWED CZ I had zero knowledge in tailwind, but now i see myself being good at tailwind.
Glad it helped! You could use a filter method.
One more project completed. You are definetly changing people's lives. Thanks for that
first time i have done something completely... thanks you very much
Thank you!
What an amazing tutorial! It's very useful for me as a beginner with React and Tailwind CSS! Thank you so much and keep going!
Thanks mate! This is amazing and the best Tailwindcss/React tutorial I have seen! You explained thing clearly and mentioned those little tricks as well. It is really friendly to beginners. Highly recommended!
done, literally you are becoming my favorite youtube dev channel!!!
Thank you so much Oscar! That is 🔥 🔥
Always choose awesome design and well explained.
My big thanks. Have a good day 😊
Thank you Rajesh
Your tutorial was awesome! It helped me to get reacquainted with ReactJS and learn how to use Tailwind CSS. Thank you for providing the link to your Github. If I missed a step it was helpful for me to go back and check your code.
You are the best teacher bro and absolutely beginner friendly. I have learnt so many things from you. Thanks for your contribution bro.
Thank you dude!
Tons of fun and value following along with this. Thank you!
Your videos are both a mix of a course and a tutorial, you have a gift bro. Wish i discovered your channel before waisting my time on videos like Learn React/Javascript in 9855684 hours
This is a great lesson for me. After learning the basics of tailwind, this is my first project, making me more confident about tailwind used in react project. thank you so much, sir.
Thanks bro! This is amazing and the best tutorial I have seen! You explained thing clearly and mentioned those little tricks as well. It is really friendly to beginners. Highly recommended!
I found good videos here .. i wish you good man and i wish more people to see your awesome videos
Thank you so much. Your videos are really useful for beginners. I learn too much new information from these.
Thanks for this tutorial,you nail it 😊
I learnt alot from this, i am looking forward to seeing more react js tutorial from you. thanks!
Thanks you really helped me with Tailwind I love you (Just like that!! )
Thank you for this video! Wanted to try doing my first project and was so fun!
Thanks man, you are helping people actually to learn
this is the best project for Beginners like me, easy to follow and everything is straight forward. Thank you!
Thank you Abel!
WOW....!! That's a great project. I loved your content. Go ahead.
Love From Bangladesh.
Thank you so much dude!
I always have to watch and recreate your videos. After watching, I can't try it myself. I learned some React before that I learned JS which I need for React but sometimes I get stuck. Can you please make a long video with React and Tailwind about exactly what Tailwind does in React and React also do something with React and Tailwind video? Lots of examples would be really nice. Otherwise great video keep it up.
i came to see how to use Tailwind css, ... but i learned a whole a lot more than that...😂😂😂😂.... anyway, this an awesome tutorial !! , and thank you very much for sharing this great content... 😎👍
thank you so much brother this is really friendly to beginners. Highly recommended!
Great video. I learnt a lot in a very short span. Keep it up...👌🙏👍
Thanks Ahmer!
Thanks Client.. This was a very easy to follow and beginner friendly tutorial. Bring More videos cause it's been months you did'nt uploded any tutorial like this.
I have some coming sir!
@@codecommerce Thank you! Waiting for it. You are just a magician at the time of explaining the concepts.
It's a great tutorial! Easy-to-catch given info & very nice project as a result of studying. Thank you very much, Clint! You've done a great work. I appreciate your help in learning React. Greetings from Ukraine!
Thank you so much Vlad! Much love!
thank you for this amazing video your all videos can help me increase my knowledge of codimg
Thank you my friend!
Great course dude follow your instructions
Thank you!
Grear tutorial, perfectly explained and very helpful to understand more about Taiilwind aswel as React. I really appreciate the content that you do, helped me a lot to improve my skills.
Thank you Leandro! That’s awesome man.
Follow all the way, excellent teaching👊
Thank you my friend!
Thanks for sharing these amazing tricks in tailwind with a great explanation best tutorial for beginners in react especially from design point of view
Very clear explanation sir.Much appreciated!!!
Hey Clint, great content as always. Cheers from Turkey
Thank you so much Emre!
Awesome tutorial. Thanks a bunch!
Thank you!
Awesome project! awesome job man, definitely i been learning a lot with this little project videos! keep up the work man!
Thank you my friend! 🙏
You're aweome.
keep it up!
Thank you :)
Thanks, will do! You're awesome
Completed The Entire Video. Can I add this project in my resume?
It was Great Bro, I was coding line by line with you, thanks a lot for perfect training
Much love dude!!
Thanks for the great content as always man!
Thanks man!
Thank you for the tutorial. This is what i was looking for, easy explained and not several hours long tutorial This opens a lot of ideas how to make different frontend projects. I was just wondering if you will post a full front and backend project soon. Thank you once more :)
Awesome. Thanks for this amazing offer
Thank you so much for creating this.
If you create this type of videos then we will be benefited more.💟
Thank you Zihad
I really appreciate the effort you are making by making these kinds of videos that help us develop.
Thank you Blerton- I enjoy interacting with you guys!
Great stuff! Thank you!
Thank you!
Thanks for your tutorial I enjoy
Thanks for the great tutorial! Can we use this project on our own portfolios?
Please do!
@@codecommerce appreciate it :)
Thank you for everything again and again
Much love dude!
Love the way tou use the fliter method👍🏾
Thank you! Cheers!
COMPLETED
Thank you for the tutorial.
Thanks alot u are awesome 👌 really thank u from the core of my heart ❤️
Great work! Is it possible to evaluate this project for feching data from an api? Love to see you explain all that the way only you can!!! Make videos with client/server integration please!!
Thank you for the tutorial👍
Much love dude!
I enjoyed the class sir.... Thx for the video ✨
Thank you my friend!
thanks man you're number 1
Hello ! Thanks for these tutorials especially with tailwind css they are very usefull. In this video i would like to add on NavBar.jsx when navbar is show body scrolls and it's a bit annoying. I added
useEffect(() => {
if (nav) {
document.body.style.overflow = 'hidden';
} else {
document.body.style.overflow = 'auto';
}
}, [nav]);
so it doesn't scroll when the nav is not open.
Thank you again and keep it up.
I like that, thank you Xristos. You’re right, that is annoying.
i completed my first project with you thank you so much ,please make video with node js ,mysql ,mongo db (2024 january 07 )
thank u, i learned so much
Thank you for the tutorials. They are very helpful. It would be nice if you show how to make the filters working together.
That’s a great idea thank you
Fantastic Project Sir! How can I find a description how to deploy projects of myself on github for public?
super informative and very valuable. Thanks man. Please build some projects with Redux and useContext as well.
Will do sir! I have some usecontext videos in a few auth apps.
@@codecommerce Thanks a lot
thanks man, u are the best
You’re awesome dude! 💪
Great project and well explained, how about you set the functionalities for those navbar like search engines at the navbar where we can search for food item and also all the side bar functionality
FIRE CLINT BACK AT IT AGAIN!!!!!!!!!!!!
Whats up George!!!
You just killed it
Thank you dude!
great work
excellent content
thank you man, as always
ThanK You Johannes!
Hi Clint, thank you so muck for this awesome tutorial as usual. learnt a lot from it. Youre right! Tailwind looks too intriguing and efficient.
Thank said, might I ask if you could help create the "Search functionality" on this page please?
We have the Search Bar but its there just for the sake of it, it seems.
I tried workaround to enable the Search functionality but, I am absolutely new to React and sometimes, it overwhelms me. Please help if you can. Thanks a lot mate!
love it
Thank you my friend!
nice video
Thanks a million
U Deserve more mate
We will get there my friend! Much appreciated!
I would recommend you to use more semantic tags,
and these nesting levels, em..., maybe code splitting is not so bad idea at all. :D
I know here is more about Tailwind, it seems to me, btw thank you!
You’re right Artur. I should use better semantic Html
sir where you take this icons that's hard to find for beginner like BsFillCardFill
You can use different icons or a different icon library.
Amazing. Firts congrats for share a lot knowledge. 2s I not understand very good. The bakc and have in this video class too? If not, do you can build for the owner receive order information and payment confirmation by whatsapp?
Thank you a lot.
I suppose you could
Thanks man
Can you please do more builds like this! Learned a'lot from this one
I’m working on another one now sir! The design aspect is probably my least favorite part - it takes a while! 😆
@@codecommerce Thank you so much! yeah that totally takes a'lot of time!! Really appreciate the value we get from every video you post.
Thank you sir
thanks for this one
Joseph! Thank you dude!
Smash the like button. Another professional real world application.👍
Thanks again!
❤
Awesome tutorial. However my app crashes after I filter. It will filter once than says too many rerenders. App crashes to prevent infinite rerenders. What could be my problem? I added a key=index. Could it have something to do with the arrow function? Thanks.
nice one chief
Thank you Elue
That is great content thank you very much. Maybe we should use gap or space-x/y class instead of margin flex items? What do you think?
Thank you
Great
Thank you
Where you find ui examples all of your videos? May you share pls ?
thank you boss
Thank you🥰
Thank you dude!
thank u so much sir have watched some of ur videos u made awesome Ui's
Thank you so much Piyush!
I have basic experience when it comes to react can I still take this course?
yes
Thanks George! And yes this is a basic react video
@@codecommerce Ok that was the thing that kept me from not taking now I can proceed, thanks to you both for guiding me.
One suggestion: if you have the figma project link so we can follow better what step you are doing. Or the source of where you are getting th design from.
Thanks !
Thanks Tiago! I actually don’t have a figma design. I just design it as I go. (Prior to filming of course)
@@codecommerce Congracts for the designs created ! They are great !
Thankyou❤
Thank you!
Sorry for asking, but could you implement redux as middleware instead of useContext for the next content, please?
Need some practice about it tho 🙏👍
Christian , I myself need some practice with redux. It’s coming soon!
please upload a video on masonry grid with tailwind css
love from INDIA ✌✌
So awesome dude!!! You’re amazing. I do love grid with tailwind!
This is making me hungry 😃
Haha yes!
thanks