Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] GitHub Repos and Stats section #14

Open
sammaji opened this issue Feb 3, 2023 · 3 comments
Open

[Feature] GitHub Repos and Stats section #14

sammaji opened this issue Feb 3, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request High Priority Will work on this immediately

Comments

@sammaji
Copy link
Owner

sammaji commented Feb 3, 2023

Description

Create a section that contains a list of all my GitHub repositories
Follow this design --> Figma File

Preview

Github Section

Technical Details

  • create a component GithubSection that will contain an H2 heading and a grid of cards
  • card card will be a separate component GithubRepo
  • the github repo component should have a Heading H4, a description, a text that displays issues and contributors count, and slugs
  • the slugs would be their own separate component LanguageSlugs which will take a "prop" called `state="default|collapsed". collapsed state is triggered when the slug is hovered

Screenshot 2023-02-03 202900

  • For styling, you can use tailwind or css.
  • If you're using css, just know that svelte "component-level" css approach learn more
  • For dimensions, use rem for font-size and margin/padding/gaps etc; and percentage for width and height. (Ofcourse you can use rem for height and width too if necessary)
@sammaji sammaji mentioned this issue Feb 3, 2023
4 tasks
@sammaji sammaji added enhancement New feature or request High Priority Will work on this immediately labels Feb 3, 2023
@sammaji sammaji changed the title GitHub Repos and Stats section [Feature] GitHub Repos and Stats section Feb 3, 2023
@Arindam200
Copy link

I want to Work On this !

@sammaji
Copy link
Owner Author

sammaji commented Feb 3, 2023

I want to Work On this !

Go ahead @Arindam200. Let me know if you need any more info.

@Arindam200
Copy link

I want to Work On this !

Go ahead @Arindam200. Let me know if you need any more info.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request High Priority Will work on this immediately
Projects
None yet
Development

No branches or pull requests

2 participants