-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
40 lines (40 loc) · 859 Bytes
/
db.json
File metadata and controls
40 lines (40 loc) · 859 Bytes
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
{
"todos": [
{
"id": "1f6b",
"text": "안녕하세요",
"completed": false,
"order": 0
},
{
"id": "63cb",
"text": "일단 대충만 스타일링 해놨는데",
"completed": false,
"order": 1
},
{
"id": "be5f",
"text": "자꾸 리렌더링 되고 새로고침 돼서",
"completed": false,
"order": 2
},
{
"id": "6a21",
"text": "투두 위에 Functions나 아래 FooterQuote는 투두 기능과 관계 없이",
"completed": false,
"order": 3
},
{
"id": "7fb6",
"text": "리렌더링 안 되고 유지 됐으면 좋겠는데",
"completed": false,
"order": 4
},
{
"id": "2448",
"text": "어떻게 해야할지 모르겠어요...",
"completed": false,
"order": 5
}
]
}