Currently, each project item at the src/utils/data/Projects.json file contains a "url" key. Some of the values are the URL to the repository, while others are the URL to the product's webpage.
I think it is a good idea to split them into two categories: "homepage_url" and "repository_url".
It'll open some new possibilities for the future development of this site. One example is to display the repo status (forks, stars, contributors, topic, etc.) directly on the project card using GitHub API. Another example is that the visitors can choose whether they want to visit the site or just the repo.
Wdyt, maintainers?
Currently, each project item at the
src/utils/data/Projects.jsonfile contains a"url"key. Some of the values are the URL to the repository, while others are the URL to the product's webpage.I think it is a good idea to split them into two categories:
"homepage_url"and"repository_url".It'll open some new possibilities for the future development of this site. One example is to display the repo status (forks, stars, contributors, topic, etc.) directly on the project card using GitHub API. Another example is that the visitors can choose whether they want to visit the site or just the repo.
Wdyt, maintainers?