forked from summerofcodeatuit/2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
86 lines (85 loc) · 2.41 KB
/
data.json
File metadata and controls
86 lines (85 loc) · 2.41 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"data":[
{
"id": 1,
"name": "Utkarsh's Project ",
"des": "description of this project",
"tools": ["c","c++","python","php","sql","javaScript"],
"mentor":"utkarsh khati",
"url":"#",
"profile_url":"#"
},
{
"id": 2,
"name": "Html Code Editor",
"des": "In this editor we can write code in html,css and javascript in 3 different sections and output of all section combined will be displayed below",
"tools": ["HTML","CSS","JavaScript"],
"mentor":"shubham",
"url":"https://github.com/whoami-shubham/HtmlCodeEditor",
"profile_url":"https://github.com/whoami-shubham"
},
{
"id": 3,
"name": "Algos-and-Problems",
"des": "This project contains standard algorithms and problems ",
"tools": ["c++","Algorithms"],
"mentor":"shubham",
"url":"https://github.com/whoami-shubham/Algos-and-Problems",
"profile_url":"https://github.com/whoami-shubham"
},
{
"id": 4,
"name": "Mow lawn",
"des": "description of project 4",
"tools": ["c","c++","python","java","sql","rails"],
"mentor":"Acdd",
"url":"#",
"profile_url":"#"
},
{
"id": 5,
"name": "Catch up on Arrested Development",
"des": "description of project 5",
"tools": ["c","c++","python","java","sql","nodejs"],
"mentor":"Acdd",
"url":"#",
"profile_url":"#"
},
{
"id": 6,
"name": "First git Project ",
"des": "description of project 6",
"tools": ["c","c++","python","java","sql","Angular"],
"mentor":"Acdd",
"url":"#",
"profile_url":"#"
},
{
"id": 7,
"name": "2nd git Project ",
"des": "description of project 6",
"tools": ["c","c++","python","java","sql","React"],
"mentor":"Acdd",
"url":"#",
"profile_url":"#"
},
{
"id": 8,
"name": "Take out the trash",
"des": "description of project ",
"tools": ["c","c++","python","java","sql","Vue"],
"mentor":"Acdd",
"url":"#",
"profile_url":"#"
},
{
"id": 9,
"name": "Utter Trash",
"des": "description of project ",
"tools": ["c","c++","python","java","sql","Vue"],
"mentor":"Acdd",
"url":"#",
"profile_url":"#"
}
]
}