WebDevTools icon indicating copy to clipboard operation
WebDevTools copied to clipboard

Open Source Collection

Open Bashamega opened this issue 1 year ago • 1 comments

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

Bashamega avatar Jul 22 '24 03:07 Bashamega

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.

github-actions[bot] avatar Jul 22 '24 03:07 github-actions[bot]

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

venkatsai2027 avatar Sep 18 '24 17:09 venkatsai2027

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

Sure

Bashamega avatar Sep 18 '24 17:09 Bashamega