-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
151 lines (151 loc) · 4.26 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"comments": [
{
"id": 1,
"profile_url": "https://picsum.photos/id/1/50/50",
"author": "abc_1",
"content": "UI 테스트는 어떻게 진행하나요",
"createdAt": "2022-03-01"
},
{
"id": 2,
"profile_url": "https://picsum.photos/id/2/50/50",
"author": "abc_2",
"content": "막히면 대답은 빨리 해주나요",
"createdAt": "2022-03-02"
},
{
"id": 3,
"profile_url": "https://picsum.photos/id/3/50/50",
"author": "abc_3",
"content": "코드에러가 발생했는데 어딘지 모르겠어요",
"createdAt": "2022-03-03"
},
{
"id": 4,
"profile_url": "https://picsum.photos/id/4/50/50",
"author": "abc_4",
"content": "Javascript 기초가 부족한데 좋은 가이드 있나요",
"createdAt": "2022-03-04"
},
{
"id": 5,
"profile_url": "https://picsum.photos/id/5/50/50",
"author": "abc_5",
"content": "Typescript는 어떤점에서 좋나요",
"createdAt": "2022-03-05"
},
{
"id": 7,
"profile_url": "https://picsum.photos/id/7/50/50",
"author": "abc_7",
"content": "주변에 React 개발자 있나요",
"createdAt": "2022-03-07"
},
{
"id": 8,
"profile_url": "https://picsum.photos/id/8/50/50",
"author": "abc_8",
"content": "Typescript 배워 보려고 합니다. 어떻게 배우는게 빠를까요",
"createdAt": "2022-03-08"
},
{
"id": 9,
"profile_url": "https://picsum.photos/id/9/50/50",
"author": "abc_9",
"content": "컴포넌트 테스트는 어떻게 하나요.",
"createdAt": "2022-03-09"
},
{
"id": 10,
"profile_url": "https://picsum.photos/id/10/50/50",
"author": "abc_10",
"content": "storybook은 무엇인가요.",
"createdAt": "2022-03-10"
},
{
"id": 11,
"profile_url": "https://picsum.photos/id/11/50/50",
"author": "abc_11",
"content": "주변에 React 개발자 있나요",
"createdAt": "2022-03-11"
},
{
"id": 12,
"profile_url": "https://picsum.photos/id/12/50/50",
"author": "abc_12",
"content": "주변에 React 개발자 있나요",
"createdAt": "2022-03-12"
},
{
"id": 13,
"profile_url": "https://picsum.photos/id/13/50/50",
"author": "abc_13",
"content": "주변에 React 개발자 있나요",
"createdAt": "2022-03-13"
},
{
"id": 14,
"profile_url": "https://picsum.photos/id/14/50/50",
"author": "abc_14",
"content": "Next.js 가이드 주세요.14",
"createdAt": "2022-03-14"
},
{
"id": 15,
"profile_url": "https://picsum.photos/id/15/50/50",
"author": "abc_15",
"content": "vue vs react 뭐가 좋나요.",
"createdAt": "2022-03-15"
},
{
"id": 16,
"profile_url": "https://picsum.photos/id/16/50/50",
"author": "abc_16",
"content": "Atomic 디자인은 무엇인가요",
"createdAt": "2022-03-16"
},
{
"id": 17,
"profile_url": "https://picsum.photos/id/18/50/50",
"author": "abc_17",
"content": "UI 테스트는 어떻게 진행하나요",
"createdAt": "2022-03-17"
},
{
"id": 18,
"profile_url": "https://picsum.photos/id/18/50/50",
"author": "abc_18",
"content": "local storage는 언제 사용하는게 좋나요.",
"createdAt": "2022-03-18"
},
{
"id": 19,
"profile_url": "https://picsum.photos/id/19/50/50",
"author": "abc_19",
"content": "막히면 대답은 빨리 해주나요",
"createdAt": "2022-03-19"
},
{
"id": 20,
"profile_url": "https://picsum.photos/id/20/50/50",
"author": "abc_20",
"content": "Form 처리는 어떻게 하면 깔끔할까요",
"createdAt": "2022-03-20"
},
{
"id": 21,
"profile_url": "https://picsum.photos/id/21/50/50",
"author": "abc_21",
"content": "typescript도 배워 보려고 합니다. 어떻게 배우는게 빠를까요",
"createdAt": "2022-03-01"
},
{
"id": 22,
"profile_url": "https://picsum.photos/id/7/50/50",
"author": "sadasd",
"content": "asdasdasdasd",
"createdAt": "asdasd"
}
]
}