Finally My first mern project is done because of you, Thanks Brother
@nithyasri-b5c3 ай бұрын
Can I get the source code of it
@nicholemcgrew25889 ай бұрын
Short, sweet, and complete! Thank you!
@programming36178 ай бұрын
Great Lecture. Thanks for making things clear😊😊 May God bless you with lots of his blessings ameen.
@saikishorevangala8123 Жыл бұрын
Sir can you provide the code as a reference purpose for cross checking.
@gabriel_macena4 ай бұрын
Thank you for helping me with my first MERN project!
@Vivek-fc7cl4 ай бұрын
Bro when we add,update or delete the task at that time whole page reloads that is logically not correct because we are working in react, it should reload only that part of application
@ajayboro777 Жыл бұрын
Bro, u r a good tutor.😊 But please use background noise remover software.
@anti-tankartur6777 ай бұрын
Taught me so much about mern stack thanks !!!
@atone-p2t6 ай бұрын
really good and clear explanation!
@Srilakshmi-xh5iy8 ай бұрын
when i am editing the code in app.jsx file localhost stops working and it is showing a vitehmr update and it doesnt show any ouput
@VikashYadav-eo1qi2 ай бұрын
tank you so much...such a helpful video
@nagazackyishida2160 Жыл бұрын
Thank you so much! It works!
@DinushaSandamali-h8f2 күн бұрын
Thank You!
@iamakshobhyashuklaАй бұрын
thank you bro.
@brycetownsend1289 Жыл бұрын
Amazing! Thank you so much!
@hassanmujtaba90863 ай бұрын
Thx alot bro!!
@thanos.420784 ай бұрын
great video
@MS-hn9dkАй бұрын
See if you changes in css then show all code don;t skip css part because it error comes in BsCirclefill or how is resolve please write in commet
@ugyenofficial Жыл бұрын
thank you so much bro
@RodrigoAR337472 ай бұрын
This bro is working outside
@muskangupta4551 Жыл бұрын
requr=est is not defining in post showing not connecting with database
@authenticvideocreator85466 ай бұрын
thanks for this vide
@praveshverma08086 ай бұрын
how to deploy this project with local mongoDb database , what i have to set up local mongodb before deployment , please tell me
@viniciussilvano41773 ай бұрын
Localhost MongoDB is only available on your computer. If you deploy, you need to use MongoDB Atlas so that you can run your code anywhere.
@walleworkie11 ай бұрын
please do ecommerce project using node js, express js, mongodb, react with payment getways
@عبدالعزيزسليم-ص3س Жыл бұрын
thank you
@Harshitsharma-jn6qj6 ай бұрын
how to post update date and (fetch data without reload), for eg: when we click like button of youtube video it don't make reload, it make realtime,like instagram also?
@codewithyousaf6 ай бұрын
As for your example we can do that because that is front-end but we you would like to update your post then it must reload to fetch updated data.
@Harshitsharma-jn6qj6 ай бұрын
@@codewithyousaf bhai samjh ni aaya aap ne kya lika hai.. par mujhe ek solution mil gya hai.. mai useeffect se sara data managa rha tha backend se or usse state mai rakh rha tha... to abb jab bhi koi post ya like function callkarega too fir se useeffect call krwa denge.. jise ab ka updated data bhi aajaye or refresh bhi na kr na pade..👍👍 or dusra tarika redux use krke bhi ho jaye ga..
@deblinaroy96248 ай бұрын
I am unable to find my local IP address port number. Every time I try, it shows an axios error.
@codewithyousaf8 ай бұрын
u r using mongoDB atlas use this IP 0.0.0.0/0
@ZainAli-fh7oj4 ай бұрын
just write localhost. It's the same
@CoderUzair2 ай бұрын
hi! how did you resolve your issue?
@uniquetechexploration Жыл бұрын
pls how did you add the icons?
@uniquetechexploration Жыл бұрын
fixed
@BytezDevs11 ай бұрын
@@uniquetechexploration Can you please help me fix the icons issue?
@winterflake74111 ай бұрын
Can u tell how u fixed it?
@uniquetechexploration10 ай бұрын
we have alot of icons...search on google for some mostly in formats like bscircleFill@@winterflake741
@EfimRisberg Жыл бұрын
I'd stuck on 7:30, the style from App.css cannot be applied, what it can be?
@aravindp2595 Жыл бұрын
I think className should be applied
@pranavbedekar5844 Жыл бұрын
Could you elaborate?@@aravindp2595
@coronareyesmauriciodassel5345 Жыл бұрын
To apply the CSS classes to the elements, you need to assign those classes to the JSX elements using the className attribute. Here's how you can do it in your components: In Home.jsx, you can apply the home class to the outer element like this: function Home() { const [todos, setTodos] = useState([]); return ( {/* Apply the 'home' class */} To Do List {/* ... */} ); }
@coronareyesmauriciodassel5345 Жыл бұрын
function Create() { return ( {/* Apply the 'create_form' class */} Add ); }
@jaydeepbhogate3753 Жыл бұрын
thank you bro it is working now @@coronareyesmauriciodassel5345
@sampathkumar13016 ай бұрын
update todo not there in front end
@dipakkumawat86086 ай бұрын
same issue
@Motivational_talks7 ай бұрын
when you are trying to access to display the todos...user.task .....here task is what?? means from where you get this?? pls response
@codewithyousaf7 ай бұрын
task is stored inside database
@jacobhagan5533 ай бұрын
Pls is there way to uncheck the checkbox back to false to reflect on the db?
@VijayChauhan-Krishna10 ай бұрын
thanks bhai
@greeshmaaturu2889 Жыл бұрын
Can I get the source code? I was stuck in the project. It's a request from my side.
@Anonymous____________A7213 ай бұрын
No response from that side
@dfordemo981 Жыл бұрын
brilliant
@abhaykashyap2563 ай бұрын
App css ho kaam ni kar rha...10 baar se jada repeat Kiya lekin problem ni Mila...
@manjeeralakshmi74727 ай бұрын
mongodb compass is not creating the database automatically
@WorldSpace0073 ай бұрын
Sir can we use effect for 33:00 for re rendering By using todos list in dependency array??
@onion25305 ай бұрын
it say net::err_connection_refused how to solve??
@namangokhru3715 Жыл бұрын
source code ??
@rombohak-lgite44005 ай бұрын
thx
@arnopzakaria3212 Жыл бұрын
MERN E-commerce project...
@SajalSoni0010 ай бұрын
sir can you please provide source code for cross check
@democracyprevails9 ай бұрын
bro code please
@BytezDevs11 ай бұрын
Icons are not working, what to do brother?
@victorm380710 ай бұрын
I think when something like icons is not working, it is the best opportunity to explore other icons libraries out there!!
@gg.cip0t Жыл бұрын
I have learnt ReactJs and AntDesign, How much time do gou think I can learn Express,MongoDB and NodeJs?
@SoftwareScience Жыл бұрын
css not working....
@zaidkhan45557 ай бұрын
Not good for beginner It involve lack of explaination and also improper speech which pose difficulty for viewer to understand
@codebypcАй бұрын
Tere baap ko bol bna dega
@zitansalehin69417 ай бұрын
Too much code skipping..you shouldn’t make video like this..wastage of time
@Welcome_home62647 ай бұрын
you have to create request in thunder client by yourself otherwise it won't work
@technicalg680822 күн бұрын
12:50
@VandanaTripathi-r4d3 ай бұрын
Can I get a sourcee code pleaseee???
@PHYSICSINNEPALI9 ай бұрын
15:55 what is the local ip adress of mine ? how to know that ? can i know it using - ipconfig in cmd which i should use among : IPv4 Address. . . . . . . . . . . .: Subnet Mask . . . . . . . . . . . : Default Gateway . . . . . . . . . :
@deblinaroy96248 ай бұрын
hi, did u solve this?? i couldnot find my local ip address port number. everytime it shows axios error
@walleworkie11 ай бұрын
please do projects sir
@Roozikhan565 Жыл бұрын
❤❤❤❤😊
@sharifhossain8251 Жыл бұрын
Can we get the source code?
@sweetangleam51062 ай бұрын
24:00
@ksantoshkumar45798 ай бұрын
wheres the source code ?
@MDSALIM-lj7hs Жыл бұрын
please share source code as well.
@somanadhguthula14710 ай бұрын
Oh ma gud where is the source code
@vaibhavsolanki822511 ай бұрын
29:49 done=true not working..
@malikshifin2699 Жыл бұрын
Source code?
@magomedbataev813111 ай бұрын
where is the source coooooooooooooooooooooooooooooooooooooode
@Sans24-kj5zm4 ай бұрын
Pdf hongi to upload krdo
@NeerajSharma-sk2rs Жыл бұрын
if we do not want vite and want simple npm install, is it ok cause i never use vite and i am also not comfortable with this
@mdfaiyazulhussain875211 ай бұрын
Yes it is ok to use although
@abdu11ahh6 ай бұрын
why are you not comfortable with it ? any specific reason?
@k-CE-OmkarPathak8 ай бұрын
AxioError coming
@Garvit413 ай бұрын
One of the worst tutorial I have ever came across
@lonewolf77047 ай бұрын
@pujachoursiya7418 Жыл бұрын
I am unable to get id in my console please help @Code With Yousaf
@codewithyousaf Жыл бұрын
when you pass it to the server side through URL then destruct it from req.params if it was empty then check your front-end
@genarodistilio8441 Жыл бұрын
Hey! I had the same problem, i just needed to add a "key={todo._id}" on the classname task div: ---- todos.map(todo => ( handleEdit(todo._id)}> ---- It worked for me, i don't know why his code is working.