Bashamega / WebDevTools

Web Dev Tools is a comprehensive online platform designed to empower web developers with a wide array of code samples and snippets.
https://wdt.adambashaahmednaji.com/
MIT License
49 stars 59 forks source link

Open Source Collection #187

Closed Bashamega closed 1 month ago

Bashamega commented 3 months ago

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
github-actions[bot] commented 3 months ago

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 commented 1 month ago

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

Bashamega commented 1 month ago

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

Sure