WebDevTools icon indicating copy to clipboard operation
WebDevTools copied to clipboard

Open Source Collection

Open Bashamega opened this issue 7 months 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