mirror of
https://github.com/System-End/Scrapyard-Projects.git
synced 2026-04-19 19:55:13 +00:00
17 lines
446 B
JSON
17 lines
446 B
JSON
[
|
|
{
|
|
"title": "Project 1",
|
|
"description": "Description for Project 1",
|
|
"github_link": "https://github.com/user/project1"
|
|
},
|
|
{
|
|
"title": "Project 2",
|
|
"description": "Description for Project 2",
|
|
"github_link": "https://github.com/user/project2"
|
|
},
|
|
{
|
|
"title": "Project 3",
|
|
"description": "Description for Project 3",
|
|
"github_link": "https://github.com/user/project3"
|
|
}
|
|
]
|