Created
July 23, 2023 12:08
-
-
Save tusuii/b8fd25ef864cead6ae9e3055f0a812ca to your computer and use it in GitHub Desktop.
quotes.json
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
| [ | |
| { | |
| "quote": "Life is what happens when you're busy making other plans.", | |
| "author": "John Lennon", | |
| "tags": ["life", "inspiration"] | |
| }, | |
| { | |
| "quote": "The only way to do great work is to love what you do.", | |
| "author": "Steve Jobs", | |
| "tags": ["work", "inspiration"] | |
| }, | |
| { | |
| "quote": "In three words I can sum up everything I've learned about life: it goes on.", | |
| "author": "Robert Frost", | |
| "tags": ["life", "philosophy"] | |
| }, | |
| { | |
| "quote": "The future belongs to those who believe in the beauty of their dreams.", | |
| "author": "Eleanor Roosevelt", | |
| "tags": ["dreams", "inspiration"] | |
| }, | |
| { | |
| "quote": "Be yourself; everyone else is already taken.", | |
| "author": "Oscar Wilde", | |
| "tags": ["self", "individuality"] | |
| }, | |
| { | |
| "quote": "You miss 100% of the shots you don't take.", | |
| "author": "Wayne Gretzky", | |
| "tags": ["success", "motivation"] | |
| }, | |
| { | |
| "quote": "The only limit to our realization of tomorrow will be our doubts of today.", | |
| "author": "Franklin D. Roosevelt", | |
| "tags": ["doubt", "future"] | |
| }, | |
| { | |
| "quote": "The only thing we have to fear is fear itself.", | |
| "author": "Franklin D. Roosevelt", | |
| "tags": ["fear", "courage"] | |
| }, | |
| { | |
| "quote": "Success is not final, failure is not fatal: It is the courage to continue that counts.", | |
| "author": "Winston Churchill", | |
| "tags": ["success", "failure", "courage"] | |
| }, | |
| { | |
| "quote": "It is during our darkest moments that we must focus to see the light.", | |
| "author": "Aristotle Onassis", | |
| "tags": ["darkness", "light", "perseverance"] | |
| }, | |
| { | |
| "quote": "The only thing standing between you and your goal is the story you keep telling yourself as to why you can't achieve it.", | |
| "author": "Jordan Belfort", | |
| "tags": ["goals", "self-limiting beliefs"] | |
| }, | |
| { | |
| "quote": "Believe you can and you're halfway there.", | |
| "author": "Theodore Roosevelt", | |
| "tags": ["belief", "motivation"] | |
| }, | |
| { | |
| "quote": "In the end, it's not the years in your life that count. It's the life in your years.", | |
| "author": "Abraham Lincoln", | |
| "tags": ["life", "meaning"] | |
| }, | |
| { | |
| "quote": "The only impossible journey is the one you never begin.", | |
| "author": "Tony Robbins", | |
| "tags": ["journey", "start"] | |
| }, | |
| { | |
| "quote": "Your time is limited, don't waste it living someone else's life.", | |
| "author": "Steve Jobs", | |
| "tags": ["time", "individuality"] | |
| }, | |
| { | |
| "quote": "The best way to predict the future is to create it.", | |
| "author": "Peter Drucker", | |
| "tags": ["future", "creation"] | |
| }, | |
| { | |
| "quote": "Do not go where the path may lead, go instead where there is no path and leave a trail.", | |
| "author": "Ralph Waldo Emerson", | |
| "tags": ["path", "innovation"] | |
| }, | |
| { | |
| "quote": "Life isn't about finding yourself. Life is about creating yourself.", | |
| "author": "George Bernard Shaw", | |
| "tags": ["life", "self"] | |
| }, | |
| { | |
| "quote": "The best revenge is massive success.", | |
| "author": "Frank Sinatra", | |
| "tags": ["success", "revenge"] | |
| }, | |
| { | |
| "quote": "Twenty years from now, you will be more disappointed by the things that you didn't do than by the ones you did do.", | |
| "author": "Mark Twain", | |
| "tags": ["regret", "opportunity"] | |
| }, | |
| { | |
| "quote": "The only way to have a friend is to be one.", | |
| "author": "Ralph Waldo Emerson", | |
| "tags": ["friendship", "kindness"] | |
| }, | |
| { | |
| "quote": "You can't use up creativity. The more you use, the more you have.", | |
| "author": "Maya Angelou", | |
| "tags": ["creativity", "abundance"] | |
| }, | |
| { | |
| "quote": "Don't cry because it's over, smile because it happened.", | |
| "author": "Dr. Seuss", | |
| "tags": ["happiness", "memories"] | |
| }, | |
| { | |
| "quote": "The only way to do great work is to love what you do.", | |
| "author": "Steve Jobs", | |
| "tags": ["work", "inspiration"] | |
| }, | |
| { | |
| "quote": "Life is 10% what happens to us and 90% how we react to it.", | |
| "author": "Charles R. Swindoll", | |
| "tags": ["life", "attitude"] | |
| }, | |
| { | |
| "quote": "The best time to plant a tree was 20 years ago. The second best time is now.", | |
| "author": "Chinese Proverb", | |
| "tags": ["action", "opportunity"] | |
| } | |
| ] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment