Ahsankhalid618 / SkillSync

SkillSync is a project that helps developers create stunning profiles by seamlessly fetching data from GitHub and LeetCode. With customizable features like profile images, banners, skill visualizations, and social links, Skillsync empowers you to showcase your expertise effortlessly. Built with Next.js 14, MongoDB, and more.
https://profile-sable-nu.vercel.app
MIT License
7 stars 6 forks source link

I want to add github stats section as well #7

Open theterrificm opened 2 weeks ago

theterrificm commented 2 weeks ago

Hi, I reviewed the application by setting up successfully and running it. The app looks nice, but I want to add github stats for the users as well: for e.g. how many stars they've received, how many number of commits they've pushed, etc.

How about that? Coulf you please assign me the feature request in order to begin the work?

Thanks in advance

github-actions[bot] commented 2 weeks ago

👋 Hey there, rockstar! Thanks for dropping an issue! The SkillSync team is on it like pineapple on pizza (love it or hate it). Stick around, magic's about to happen!

Ahsankhalid618 commented 2 weeks ago

@theterrificm Yeah sure go ahead, and post your changes screenshot here before raising a PR, Thanks.

theterrificm commented 2 weeks ago

That's great to know, Ahsan! I'll surely follow those instructions thanks

Ahsankhalid618 commented 1 week ago

@theterrificm any progress?

theterrificm commented 1 week ago

@theterrificm any progress?

Hi Ahsan, I hope you are doing great. Please expect an update by tomorrow or Wednesday hopefully.

theterrificm commented 1 week ago

Hello Ahsan, since you asked for the screenshot first, here's the screenshot from ft section:

image

Let me know if can proceed to push?

Thanks in advance

Ahsankhalid618 commented 1 week ago

@theterrificm Did you pick these Stats containers from Readme? if yes, These are, not aligned with the Project or its concept, It's just a single line of markdown to be added which is not needed in the Production project. GitHub Stats are a good thing to add in a project but not like that, Either create a react bases component (you can even choose any library like NextUI or ShadCN, etc)for stats and then render the stats in such a manner that it should align with the UI of the Project.