WebDevTools
WebDevTools copied to clipboard
Open Source Collection
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:
- Repo name
- Repo stars
- Repo tags
- Repo last updated
- Repo language
- Repo issues
- Rep PRs