Last active
April 8, 2018 20:39
-
-
Save eddyrene/705a11b6e992341a7e12c652469caa0f to your computer and use it in GitHub Desktop.
Quotes file use for freeCodeCamp web app
This file contains 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" :"Passion comes after you put in the hard work to become excellent at something valuable, not before. In other words, what you do for a living is much less important than how you do it.", | |
"author" : "Cal Newport" | |
}, | |
{"quote" : "Don't cry because it's over, smile because it happened.", | |
"author" : "Dr. Seuss" | |
}, | |
{"quote" : "I'm selfish, impatient and a little insecure. I make mistakes, I am out of control and at times hard to handle. But if you can't handle me at my worst, then you sure as hell don't deserve me at my best.", | |
"author" : "Marilyn Monroe" | |
}, | |
{ | |
"quote" : "Be yourself; everyone else is already taken.", | |
"author" : "Oscar Wilde" | |
}, | |
{ | |
"quote" : "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.", | |
"author" : "Albert Einstein" | |
}, | |
{ | |
"quote" : "So many books, so little time.", | |
"author" : "Frank Zappa" | |
}, | |
{ | |
"quote" : "Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind.", | |
"author" : "Bernard M. Baruch" | |
}, | |
{ | |
"quote" : "A room without books is like a body without a soul.", | |
"author" : "Marcus Tullius Cicero" | |
}, | |
{ | |
"quote" : "You only live once, but if you do it right, once is enough.", | |
"author" : "Mae West" | |
}, | |
{ | |
"quote" : "A friend is someone who knows all about you and still loves you.", | |
"author" : "Elbert Hubbard" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment