diff --git a/projects.json b/projects.json new file mode 100644 index 0000000..dfeaec0 --- /dev/null +++ b/projects.json @@ -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" + } + ]