Create projects.json

This commit is contained in:
Riley Bautista 2025-03-02 08:25:37 -05:00 committed by GitHub
parent e6b00b75a7
commit 01b2131292
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
projects.json Normal file
View file

@ -0,0 +1,17 @@
[
{
"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"
}
]