zainali9091 commited on
Commit
a4749ec
·
verified ·
1 Parent(s): 25364a1

Update src/quotes.json

Browse files
Files changed (1) hide show
  1. src/quotes.json +48 -20
src/quotes.json CHANGED
@@ -1,22 +1,50 @@
1
  [
2
- {
3
- "emotion": "POSITIVE",
4
- "quote": "Keep your face always toward the sunshine—and shadows will fall behind you."
5
- },
6
- {
7
- "emotion": "POSITIVE",
8
- "quote": "Believe you can and you're halfway there."
9
- },
10
- {
11
- "emotion": "NEGATIVE",
12
- "quote": "Even the darkest night will end and the sun will rise."
13
- },
14
- {
15
- "emotion": "NEGATIVE",
16
- "quote": "It’s okay to not be okay. Just don’t give up."
17
- },
18
- {
19
- "emotion": "NEUTRAL",
20
- "quote": "Life is a balance of holding on and letting go."
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
  ]