aboutsummaryrefslogtreecommitdiff
path: root/data/projects.json
blob: c2b895dfddf61a8afb8aef336ec44d98cd7b8a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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/"
  }
]