-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.jsx
53 lines (53 loc) · 1.57 KB
/
data.jsx
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
// create an array
export const data = [
{
title:
"The more that you read, the more things you will know. The more that you learn, the more places you'll go. - Dr. Seuss",
id: 1,
},
{
title:
'A reader lives a thousand lives before he dies, said Jojen. The man who never reads lives only one. - George R.R. Martin',
id: 2,
},
{
title:
'The reading of all good books is like a conversation with the finest minds of past centuries.- Rene Descartes',
id: 3,
},
{
title:
'Books are the quietest and most constant of friends; they are the most accessible and wisest of counselors, and the most patient of teachers. - Charles William Eliot',
id: 4,
},
{
title:
'Reading is to the mind what exercise is to the body. - Joseph Addison',
id: 5,
},
{
title:
"Reading is escape, and the opposite of escape; it's a way to make contact with reality after a day of making things up, and it's a way of making contact with someone else's imagination after a day that's all too real. - Nora Ephron",
id: 6,
},
{
title:
'The person, be it gentleman or lady, who has not pleasure in a good novel, must be intolerably stupid. - Jane Austen',
id: 7,
},
{
title:
'One glance at a book and you hear the voice of another person, perhaps someone dead for 1,000 years. To read is to voyage through time.- Carl Sagan',
id: 8,
},
{
title:
'Reading gives us someplace to go when we have to stay where we are. - Mason Cooley',
id: 9,
},
{
title:
'I have always imagined that Paradise will be a kind of library.- Jorge Luis Borges',
id: 10,
},
];