File size: 1,607 Bytes
165226e
a4749ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165226e
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[
    {
        "emotion": "happy",
        "quotes": [
            "Happiness is not something ready-made. It comes from your own actions.",
            "Keep smiling, it makes people wonder what you're up to!",
            "Joy is contagious, spread it wherever you go."
        ]
    },
    {
        "emotion": "sad",
        "quotes": [
            "It's okay to feel sad sometimes. You're not alone.",
            "Tears are words that need to be written.",
            "Even the darkest night will end and the sun will rise."
        ]
    },
    {
        "emotion": "angry",
        "quotes": [
            "Take a deep breath. You are stronger than your anger.",
            "Anger is one letter short of danger. Choose peace.",
            "Let your emotions flow, but don’t let them control you."
        ]
    },
    {
        "emotion": "fear",
        "quotes": [
            "Everything you’ve ever wanted is on the other side of fear.",
            "Fear is temporary. Courage is forever.",
            "Do it scared. You’re braver than you think."
        ]
    },
    {
        "emotion": "surprise",
        "quotes": [
            "Life is full of surprises. Embrace the unexpected.",
            "Surprises are life’s way of keeping you on your toes.",
            "Sometimes the biggest surprises bring the most joy."
        ]
    },
    {
        "emotion": "love",
        "quotes": [
            "Love is the bridge between you and everything.",
            "Let your heart speak the language of love.",
            "Where there is love, there is life."
        ]
    }
]