safil-badarudeen / SocialMedia-MERN

MIT License
0 stars 0 forks source link

Frends profile #2

Closed safil-badarudeen closed 1 year ago

safil-badarudeen commented 1 year ago

If we click friends profile from our profile we should get a page to see our friends profile

safil-badarudeen commented 1 year ago

create and design a component and assign route to it in app (where react router dom creates multiple routes) , and user id of user
can be used to grab user details from backend and display, same route can also be used when clicking on post username

safil-badarudeen commented 1 year ago

-Idea is to create a whole new component and add it into routes , and set that route to friends profile using in reac- router-dom ,

safil-badarudeen commented 1 year ago

made it