Last active
September 6, 2020 10:32
-
-
Save sabique/44d9d6a0aae3b9e59966afba432cfac7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"quotes":[ | |
{ | |
"quote":"Genius is one percent inspiration and ninety-nine percent perspiration.", | |
"author":"Thomas Edison" | |
}, | |
{ | |
"quote":"You can observe a lot just by watching.", | |
"author":"Yogi Berra" | |
}, | |
{ | |
"quote":"A house divided against itself cannot stand.", | |
"author":"Abraham Lincoln" | |
}, | |
{ | |
"quote":"Difficulties increase the nearer we get to the goal.", | |
"author":"Johann Wolfgang von Goethe" | |
}, | |
{ | |
"quote":"Fate is in your hands and no one elses", | |
"author":"Byron Pulsifer" | |
}, | |
{ | |
"quote":"Be the chief but never the lord.", | |
"author":"Lao Tzu" | |
}, | |
{ | |
"quote":"Nothing happens unless first we dream.", | |
"author":"Carl Sandburg" | |
}, | |
{ | |
"quote":"Well begun is half done.", | |
"author":"Aristotle" | |
}, | |
{ | |
"quote":"We can only learn to love by loving.", | |
"author":"Iris Murdoch" | |
}, | |
{ | |
"quote":"Life is change. Growth is optional. Choose wisely.", | |
"author":"Karen Clark" | |
}, | |
{ | |
"quote":"You'll see it when you believe it.", | |
"author":"Wayne Dyer" | |
}, | |
{ | |
"quote":"Today is the tomorrow we worried about yesterday.", | |
"author":"" | |
}, | |
{ | |
"quote":"It's easier to see the mistakes on someone else's paper.", | |
"author":"" | |
}, | |
{ | |
"quote":"Every man dies. Not every man really lives.", | |
"author":"" | |
}, | |
{ | |
"quote":"The day is already blessed, find peace within it.", | |
"author":"" | |
}, | |
{ | |
"quote":"From error to error one discovers the entire truth.", | |
"author":"Sigmund Freud" | |
}, | |
{ | |
"quote":"Well done is better than well said.", | |
"author":"Benjamin Franklin" | |
}, | |
{ | |
"quote":"Bite off more than you can chew, then chew it.", | |
"author":"Ella Williams" | |
}, | |
{ | |
"quote":"Work out your own salvation. Do not depend on others.", | |
"author":"Buddha" | |
}, | |
{ | |
"quote":"One today is worth two tomorrows.", | |
"author":"Benjamin Franklin" | |
}, | |
{ | |
"quote":"Once you choose hope, anythings possible.", | |
"author":"Christopher Reeve" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment