diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/projects.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/data/projects.json b/data/projects.json new file mode 100644 index 0000000..c2b895d --- /dev/null +++ b/data/projects.json @@ -0,0 +1,51 @@ +[ + { + "id": "00001", + "name": "Test C# project", + "language": "csharp", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00002", + "name": "Test HTML project", + "language": "html", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00003", + "name": "Test JavaScript project", + "language": "javascript", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00004", + "name": "Test Kotlin project", + "language": "kotlin", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00005", + "name": "Test PHP project", + "language": "php", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00006", + "name": "Test Python project", + "language": "python", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00006", + "name": "Test TypeScript project", + "language": "typescript", + "description": "This is a description!", + "url": "https://example.com/" + } +]
\ No newline at end of file |