-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgitdate.json
34 lines (34 loc) · 883 Bytes
/
gitdate.json
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
{
"name": "Java Wizard 3333",
"languages": [
"Java",
"Javascript",
"SQL"
],
"technologies": [
"Spring",
"Angular",
"Postgres"
],
"repos": [
{
"name": "Gitdate Profile",
"description": "My Gitdate Profile",
"url": "gitdatetest"
},
{
"name": "Gitdate Frontend",
"description": "GitDate frontend built with Angular and Material Design",
"url": "gitdate-template"},
{
"name": "Projectio",
"description": "SPMR has 3 primary functionalities: Create projects, Join projects, and Message teammates",
"url": "SPMR"
},
{
"name": "TRMS",
"description": "Tuition Reimbursement Management System",
"url": "TRMS"
}
]
}