-
Notifications
You must be signed in to change notification settings - Fork 0
/
FakeData.js
165 lines (165 loc) · 5.59 KB
/
FakeData.js
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
export default [
{
id: '1',
title: 'This is the title no one.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'breaking-news',
},
{
id: '2',
title: 'This is the title no two.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'breaking-news',
},
{
id: '3',
title: 'This is the title no three.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'breaking-news',
},
{
id: '4',
title: 'This is the title no four.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'breaking-news',
},
{
id: '5',
title: 'This is the title no five.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'breaking-news',
},
{
id: '6',
title: 'This is the title no six.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'tech',
},
{
id: '7',
title: 'This is the title no seven.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'tech',
},
{
id: '8',
title: 'This is the title no eight.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'tech',
},
{
id: '9',
title: 'This is the title no nine.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'breaking-news',
category: 'tech',
},
{
id: '10',
title: 'This is the title no ten.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'tech',
},
{
id: '11',
title: 'This is the title no eleven.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'political',
},
{
id: '12',
title: 'This is the title no twelve.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'political',
},
{
id: '13',
title: 'This is the title no thirteen.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'political',
},
{
id: '14',
title: 'This is the title no fourteen.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'breaking-news',
category: 'political',
},
{
id: '15',
title: 'This is the title no fifteen.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'political',
},
{
id: '16',
title: 'This is the title no sixteen.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'entertainment',
},
{
id: '17',
title: 'This is the title no seventeen.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'entertainment',
},
{
id: '18',
title: 'This is the title no eighteen.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'entertainment',
},
{
id: '19',
title: 'This is the title no nineteen.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'breaking-news',
category: 'entertainment',
},
{
id: '20',
title: 'This is the title no twenty.',
desc:
'Desc is the short form of description and this format is the actual same as our real database.',
thumbnail: 'http://lorempixel.com/400/200/',
category: 'entertainment',
},
];