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

Open Source Collection #187

Closed
Bashamega opened this issue Jul 22, 2024 · 3 comments · Fixed by #325
Closed

Open Source Collection #187

Bashamega opened this issue Jul 22, 2024 · 3 comments · Fixed by #325
Assignees
Labels

Comments

@Bashamega
Copy link
Owner

Create a tool where developers can share there open source projects.
For the time being we can store the repos data on a json file.

The json file will be an array of:

{
   repoName:string,
   repoOwner: string
}

Then we will fetch the data from the GitHub API and we will sort them in the website by how many stars.
Each repo will display:

  1. Repo name
  2. Repo stars
  3. Repo tags
  4. Repo last updated
  5. Repo language
  6. Repo issues
  7. Rep PRs
Copy link
Contributor

Hello! 👋 Thanks for opening this issue. We appreciate your feedback and will look into it as soon as possible. Feel free to add more details if necessary.

@venkatsai2027
Copy link
Contributor

I will work on this. Please assign me this issue.

@Bashamega
Copy link
Owner Author

I will work on this. Please assign me this issue.

Sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants