-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
87 lines (87 loc) · 3.41 KB
/
data.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
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
87
[
{
"id": 1,
"createdAt": "2020-01-27T20:44:17.665Z",
"title": "Create music store",
"tags": ["vue", "javascript", "music"],
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"excerpt": "Create a new music store description",
"status": "software development",
"technologyStack": ["vue", "JavaScript", "Node"],
"skills": [],
"difficulty": "medium",
"numberOfPeople": 3,
"communication": {
"discord": "https://discord.com/",
"twitch": "https://www.twitch.tv/",
"twitter": "https://twitter.com/home?lang=en",
"slack": "https://slack.com/intl/en-gb/",
"website": "https://github.com/public-apis/public-apis#development"
},
"developmentTools": {
"github": "https://github.com/bradtraversy/next-crash-course/blob/main/data.js",
"trello": "https://trello.com/b/LItnb3s2/manlio-time",
"jira": "https://www.atlassian.com/software/jira",
"figma": "https://www.figma.com/file/iLzs6DdD5TTlOteJiHNQKx/Untitled?node-id=0%3A1"
},
"user": {
"id": 1,
"createdAt": "2020-01-27T20:44:17.665Z",
"updatedAt": "2020-01-27T20:44:17.665Z",
"name": "Ray",
"lastName": "Lou",
"picture": "https://xsgames.co/randomusers/assets/avatars/male/75.jpg",
"bio": "CTO, Engineer, and Author @ IBM",
"website": "",
"socialProfile": {
"discord": "Manlio#3270",
"twitch": "https://www.twitch.tv/louiseyhannah",
"facebook": "https://www.facebook.com/manliochite/",
"twitter": "https://twitter.com/Amrod92"
}
}
},
{
"id": 2,
"createdAt": "2020-01-27T20:44:17.665Z",
"title": "Building a sudoku",
"tags": ["react", "javascript", "sudoku"],
"description": "A lovely sudoku game",
"excerpt": "A lovely sudoku game",
"status": "cancelled",
"technologyStack": ["React", "JavaScript", "Node"],
"skills": ["React"],
"difficulty": "easy",
"numberOfPeople": 1,
"communication": {
"discord": "https://discord.com/",
"twitch": "",
"twitter": "",
"slack": ""
},
"developmentTools": {
"github": "https://github.com/bradtraversy/next-crash-course/blob/main/data.js",
"trello": "",
"jira": "",
"figma": ""
},
"user": {
"id": 2,
"createdAt": "2020-01-29T20:44:17.665Z",
"updatedAt": "2020-01-29T20:44:17.665Z",
"name": "Silvia",
"lastName": "Luciani",
"picture": "https://xsgames.co/randomusers/assets/avatars/female/58.jpg",
"bio": "",
"website": "",
"socialProfile": {
"discord": "Manlio#3270",
"twitch": "https://www.twitch.tv/louiseyhannah",
"facebook": "",
"twitter": "",
"medium": "",
"dev": ""
}
}
}
]