➡ My Interview Prep Course (50% Discount) - roadsidecoder.com/course-details
@UsmanHaider-w6c16 сағат бұрын
Please sir, make a small but brief tutorial for Supabase, or neon database. This would help a lot to understand such an interesting projects you make. Also thanks for such a mind blowing project
@RoadsideCoder15 сағат бұрын
I have made a url shortener tutorial, please watch that. its short and easy
@allmighty200013 күн бұрын
This is so beautful and full of features , will definitely try
@RoadsideCoder12 күн бұрын
❤️
@rushikeshgandhmal23 күн бұрын
We need more videos on Machine Round, Basically interview related focused videos. Anyway Awesome video, Thanks for all the efforts.
@whataboutcoding23 күн бұрын
You are killing it man. Kudos for the effort✌✌
@nilesh643923 күн бұрын
Best Channel to look for projects
@whyonlyfact360223 күн бұрын
bro you killed it
@RoadsideCoder23 күн бұрын
❤️
@jawadrashid100023 күн бұрын
Thanks for a nextjs project
@RoadsideCoder19 күн бұрын
❤
@kartikkaushik474323 күн бұрын
Thanks for sharing it
@soumadip_banerjee23 күн бұрын
Need a series/crash course on React testing
@RoadsideCoder23 күн бұрын
Sure, thanks for suggestion!
@AnasSiddiqui-n2y23 күн бұрын
raised a pull request in this repo few days ago.
@KRISHNATHAKKAR-h9l11 күн бұрын
We need more complex projects mainly using Nextjs aas frontend , Node/Hono as backend and can you please use NextAuth as Authentication Thank you for this !!!!
@mileslegend23 күн бұрын
i will build this with you
@Edit_writes20 күн бұрын
Have you built this project actually bro I am having an error with clerk authentication when i would signIn and then wants to take out signout after that i will not able to sign in again so if you know then pls tell how can i solve this error
@GaneshUails23 күн бұрын
Could you make a short video on generating image logos using AI in ChatGPT.
@coderex740423 күн бұрын
bro how you build starting 10-20 second video in which website is getting moved and scrolled
@rayyanabdulwajid768122 күн бұрын
I built the same with vanilla JavaScript by asking Claude Ai to do it. And I understood better because it's in vanilla JavaScript.
@balavikashkandukuri613914 күн бұрын
Do u have Claude ai premium?
@nikhilkorane936423 күн бұрын
Superb project but why clerk because already in calendly clone you have used same
@midhunmohan469223 күн бұрын
How did you made the initial intro
@hamudxd949723 күн бұрын
❤❤❤❤
@SaiyamYadav-j9b10 күн бұрын
How did you make the logo and get idea for your project name
@NOVAGAMING_0823 күн бұрын
We need some devops now ❤
@razexamvs875623 күн бұрын
Chup chamiye..aur projects dalega dalne de lodü
@AvikNayak_23 күн бұрын
This is not a devops related channel. He makes web dev related videos.
@saswinvijayakumar518423 күн бұрын
Can you make some interesting projects like this on mern stack??
@SaiyamYadav-j9b17 күн бұрын
I want to know how did you make logo
@letscrackit33032 күн бұрын
Hllo sir plz how to explain this projects on interview s
@RoadsideCoder2 күн бұрын
Just like i explained in the intro
@rohitrajput209722 күн бұрын
Use Tsx instead of Jsx
@afaqahmad-ef4ky21 күн бұрын
13:48
@Z3r0CO01-x21 күн бұрын
Typescript plz
@WebDev-Sintu23 күн бұрын
when i install the npx shadcn@latest init showing error
@rustygenius9823 күн бұрын
yes as latest next app uses react 19
@kartikmouli393519 күн бұрын
delete node-module in package,json chnage react and react-dom version to ^18 run npm i this fixed for me !
@jLifeYo16 күн бұрын
Yes I also got error, we need to downgrade react version from latest to stable after creating nextjs project using : "npx create-next-app@latest" Steps: 1) delete node modules folder 2) update react version in package.json manually : paste this in package.json over latest react versions ( override ) : "react": "^18.0.0", "react-dom": "^18.0.0", 2) In terminal, type : "npm i" this will add node modules with updated version of react, the stable one 4) then install shadcn : "npx shadcn@latest init" HURRAY DONE !!
@letscrackit330323 күн бұрын
Sir make unique project. Don't make clones it's was helpful to us in interviews
@RoadsideCoder23 күн бұрын
This is unique project, only features are similar to jira. I have to mention "jira clone" so that its easier for people to know what this app is all about! Tha actual name is ZCRUM ( Project Management Tool )
@stavroskefaleas632020 күн бұрын
Good work but it is already outdated because of NextJS 15!
@RoadsideCoder20 күн бұрын
Nope, theres not much change. Plus no company is gonna be using next js 15 for atleast 1 year
@nobody124...23 күн бұрын
why don't you use typescript as it is industry standard.