Your tutorials are getting better each and every time and are so valuable to the AI coding community. Keep it up !
@RobShocksАй бұрын
@@TheDroidinator Thanks man, love the handle by the way. What should I do a tutorial on next?
@ajayaiyar190727 күн бұрын
Excellent tutorial!
@MinaEllis-d2nАй бұрын
This is awesome, Rob! This is the best and most awesome tutorial on consistency features, explained so carefully and in detail.
@RobShocksАй бұрын
Thanks so much! Yeah I tried to keep the detail in there and even capture the mistakes so more people could learn from it. What kind of video would you like to see next?
@arturszyna4988Ай бұрын
That lesson was amazing! The pace and explanation is awesome! I've just discovered Vercel, v0 and Cursor and it is mindblowing for non-code person like me
@RobShocksАй бұрын
Aw man thanks so much for that. What NoCode tools were you using before and what kind of things do you want to build?
@arturszyna4988Ай бұрын
@@RobShocks Previously, I used Webflow, and now I'm working with Bricks Builder on WordPress and WooCommerce. I am currently looking for an efficient and fast e-commerce solution. I have become interested in the Vercel platform and its templates dedicated to online stores. I want to find a tool that will allow me to build effective stores for my clients. I am considering Vercel, v0 + Cursor in combination with headless Shopify integration :)
@gezprior2677Ай бұрын
Great work, subbed❤
@RobShocks29 күн бұрын
@@gezprior2677 thanks for taking the time for the comment. Appreciate the sub!
@usamasyed912 ай бұрын
This was amazing. Thanks so much, Rob! You're a great teacher and I look forward to watching more from you. From a selfish perspective, would love to see the production of an AI app online by you, or even maybe mobile app development!
@RobShocks2 ай бұрын
Thanks for taking the time to write such a nice comment. Great idea on the AI App that's coming soon. Any particular kind of app and what is your interest in Cursor building something yourself or upskilling?
@janpienaar713218 күн бұрын
Much appreciated. Very valuable!
@RobShocks13 күн бұрын
@@janpienaar7132 no worries!
@hbela1000Ай бұрын
Very good tuto, thx.
@RobShocksАй бұрын
Aw cheers, appreciate that message. Anything you'd like to see next?
@legalzebra9498Ай бұрын
This is an absolutely awesome video and has inspired me to build my own website using the techniques that you outlined. I've seen other videos talking about parts of the process, but it was awesome to have you outline the entire process from start to finish. Thanks again for putting all the time into creating this useful video.
@RobShocksАй бұрын
Wow great comment, thanks for taking the time to give some feedback. Yeah I felt like it was necessary to break everything down rather than skim over parts that may not be important to some but for others crucial.
@spotterinc.engineering52077 күн бұрын
Hi, Great step-by-stem - very helpful to newcomers to front end and automated coding! You mentioned you would share the projects in the comments, but I don't see a link?
@sibongiseninseleАй бұрын
Thanks you Rob. Your tutorial help alot. One thing though you didn't touched which freak me out it Metadata information. I liked my web add to display my app logo (favicon) and title be changed from Creat Next App to my liking. On your next toturial can you show that?
@sibongiseninseleАй бұрын
I attempted changing it and my app crushed the whole day. I worked like crazy trying to fix it. I finaly deleted everything to start all over again. It was hard
@RobShocksАй бұрын
@@sibongiseninsele the meta should be in the layout.tsx or just use the search feature and type create react app and it should find it for you
@shodwanaАй бұрын
Great video your tutorial was spot on, I got to say I learnt a lot as compared to what I always watch on the KZbin. I’m actually working on two projects, still learning one is almost complete and the other it’s about to start. I would really like to get some advice and help and to put me through the second project. Is there another way we can communicate better?
@RobShocksАй бұрын
@@shodwana you can drop me a DM on Instagram therobshocks
@h33dayАй бұрын
Can it be shipped to WordPress?
@RobShocks29 күн бұрын
@@h33day not really. Unless you use Wordpress as a headless CMS and use nextjs as the front end.
@comosaycomosahАй бұрын
what browser you using? is it brave? kinda looks like it.. i been trying to get brave like this plus transparency but its been rough and takes sooo long....really all windows transparent ideally on command but realllly been looking for a way to fix/change the border to exactly like yours really, i have it where i can toggle it off all the way and if i turn the browser into a web app via the tool on ubuntu/mint/gnome whatever i can get the transparency where you like hover above the border and can scroll down but it looks like shit lol id love to know how you got a really low profile border like that where the minimize buttons are almost on the side..and some tips on getting transparency if you or anyone know
@RobShocksАй бұрын
@@comosaycomosah This is actually Arc, give it a go. You can set profiles for each area of your life and all bookmarks appear as a sidebar. I’ve been using it for a few months and am sticking with it. It’s built on chrome so all your extensions should work from there.
@comosaycomosahАй бұрын
@@RobShocks ahhh very nice very nice...hows it compare to brave like size wise I definitely hear it has great features and should be safer now since they had a sec issue and had to then look at it all closer. Been considering trying it and ladybird
@J88cop13 күн бұрын
I keep getting error codes when trying to follow these prompts. Why could this be?
@RobShocks13 күн бұрын
@@J88cop first thing to learn about Woking with code is how to troubleshoot errors. Copy and paste the error into the chat window. The same when getting human help, share a snippet of the error and others can help get co text. So share an error here
@J88cop12 күн бұрын
@RobShocks the problem I'm having is I've followed all steps, but when I'm trying to display my V0 generated landing page via localhost3000, this syntax error message keeps displaying: (not displaying my folder source) the 'bg-background' class does not exist. If 'bg-background' is a custom class, make sure it is defined within a @layer directive. 1| @tailwind base; ^ 2| @tailwind components; 3| @tailwind utilities;