Spaces:
Sleeping
Sleeping
Update src/quotes.json
Browse files- src/quotes.json +48 -20
src/quotes.json
CHANGED
|
@@ -1,22 +1,50 @@
|
|
| 1 |
[
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
]
|
|
|
|
| 1 |
[
|
| 2 |
+
{
|
| 3 |
+
"emotion": "happy",
|
| 4 |
+
"quotes": [
|
| 5 |
+
"Happiness is not something ready-made. It comes from your own actions.",
|
| 6 |
+
"Keep smiling, it makes people wonder what you're up to!",
|
| 7 |
+
"Joy is contagious, spread it wherever you go."
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"emotion": "sad",
|
| 12 |
+
"quotes": [
|
| 13 |
+
"It's okay to feel sad sometimes. You're not alone.",
|
| 14 |
+
"Tears are words that need to be written.",
|
| 15 |
+
"Even the darkest night will end and the sun will rise."
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"emotion": "angry",
|
| 20 |
+
"quotes": [
|
| 21 |
+
"Take a deep breath. You are stronger than your anger.",
|
| 22 |
+
"Anger is one letter short of danger. Choose peace.",
|
| 23 |
+
"Let your emotions flow, but don’t let them control you."
|
| 24 |
+
]
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"emotion": "fear",
|
| 28 |
+
"quotes": [
|
| 29 |
+
"Everything you’ve ever wanted is on the other side of fear.",
|
| 30 |
+
"Fear is temporary. Courage is forever.",
|
| 31 |
+
"Do it scared. You’re braver than you think."
|
| 32 |
+
]
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"emotion": "surprise",
|
| 36 |
+
"quotes": [
|
| 37 |
+
"Life is full of surprises. Embrace the unexpected.",
|
| 38 |
+
"Surprises are life’s way of keeping you on your toes.",
|
| 39 |
+
"Sometimes the biggest surprises bring the most joy."
|
| 40 |
+
]
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"emotion": "love",
|
| 44 |
+
"quotes": [
|
| 45 |
+
"Love is the bridge between you and everything.",
|
| 46 |
+
"Let your heart speak the language of love.",
|
| 47 |
+
"Where there is love, there is life."
|
| 48 |
+
]
|
| 49 |
+
}
|
| 50 |
]
|