-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquotes.json
More file actions
37 lines (37 loc) · 945 Bytes
/
quotes.json
File metadata and controls
37 lines (37 loc) · 945 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
[
{
"id": 1,
"quote": "Life is not measured by the number of breaths we take, but by the moments that take our breath away.",
"author": "Maya Angelou"
},
{
"id": 2,
"quote": "True peace is not merely the absence of tension; it is the presence of justice.",
"author": "Martin Luther King, Jr."
},
{
"id": 3,
"quote": "Life is what happens when you're busy making other plans.",
"author": "John Lennon"
},
{
"id": 4,
"quote": "The future depends on what we do in the present.",
"author": "Mahatma Gandhi"
},
{
"id": 5,
"quote": "Walking with a friend in the dark is better than walking alone in the light.",
"author": "Hellen Keller"
},
{
"id": 6,
"quote": "If people were silent, nothing would change.",
"author": "Malala Yousafzai"
},
{
"id": 7,
"quote": "If you're feeling helpless, help someone.",
"author": "Aung San Suu Kyi"
}
]