aboutsummaryrefslogtreecommitdiff
path: root/data/projects.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/projects.json')
-rw-r--r--data/projects.json51
1 files changed, 0 insertions, 51 deletions
diff --git a/data/projects.json b/data/projects.json
deleted file mode 100644
index c2b895d..0000000
--- a/data/projects.json
+++ /dev/null
@@ -1,51 +0,0 @@
-[
- {
- "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