Sanchitbajaj02 / palettegram

A social media app to get designs and color palettes for designers by designer.
https://palettegram.vercel.app
MIT License
59 stars 98 forks source link

Feat: Share Profile #377

Closed Sid-80 closed 3 months ago

Sid-80 commented 3 months ago

What feature?

There is no option for sharing profile!

I am willing to add this enhancement under GSSOC24

Add screenshots

image

Record

github-actions[bot] commented 3 months ago

Congratulations, @Sid-80! 🎉 Thank you for creating the issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

'We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our Contributing Guidelines'

yashd-dev commented 3 months ago

Hi, this sounds great! How do you plan on implementing it?

Sid-80 commented 3 months ago

image

Each user contains a unique id, by using dynamic routing we can implement this feature!

yashd-dev commented 3 months ago

Instead of dynamic routing, if you look at the component for that page, the userID is getting extracted from the cookie as well. Another addition I can think of is using the Navigator API you can copy to the clipboard on PC and Web Share API for sharing on mobile devices

Sid-80 commented 3 months ago

@yashd-dev https://github.com/Sanchitbajaj02/palettegram/pull/381 Please review!