-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
72 lines (72 loc) · 2.26 KB
/
data.json
File metadata and controls
72 lines (72 loc) · 2.26 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[
{
"id": 1,
"activity": "Went for a morning run",
"emotion": "energized",
"reaction": "Felt great! Ready to tackle the day.",
"createdAt": "2024-03-15T08:30:00.000Z"
},
{
"id": 2,
"activity": "Had a wonderful coffee catch-up session with my old college friend at our favorite downtown café",
"emotion": "happy",
"reaction": "It was so nice catching up after so long.",
"createdAt": "2024-03-14T14:20:00.000Z"
},
{
"id": 3,
"activity": "Finished a work project",
"emotion": "relieved",
"reaction": "Finally done! It took longer than expected but worth it.",
"createdAt": "2024-03-13T18:45:00.000Z"
},
{
"id": 4,
"activity": "Watched a critically acclaimed foreign film alone at home with homemade popcorn and cozy blankets",
"emotion": "relaxed",
"reaction": "Needed this downtime to unwind.",
"createdAt": "2024-03-12T21:00:00.000Z"
},
{
"id": 5,
"activity": "Tried a new recipe",
"emotion": "excited",
"reaction": "It turned out better than expected! Will make it again.",
"createdAt": "2024-03-16T19:15:00.000Z"
},
{
"id": 6,
"activity": "Read a book in the park",
"emotion": "peaceful",
"reaction": "Perfect weather and a great story. So relaxing.",
"createdAt": "2024-03-11T16:30:00.000Z"
},
{
"id": 7,
"activity": "Attended an invigorating sunrise yoga class at the new studio that just opened in my neighborhood",
"emotion": "refreshed",
"reaction": "My body feels stretched and my mind is clear.",
"createdAt": "2024-03-17T07:00:00.000Z"
},
{
"id": 8,
"activity": "Had a video call with family",
"emotion": "loved",
"reaction": "Miss them so much but grateful for technology.",
"createdAt": "2024-03-10T20:45:00.000Z"
},
{
"id": 9,
"activity": "Went grocery shopping for the entire week, carefully planning meals and stocking up on healthy ingredients",
"emotion": "accomplished",
"reaction": "Stocked up for the week. Feeling organized!",
"createdAt": "2024-03-18T11:20:00.000Z"
},
{
"id": 10,
"activity": "Listened to a new podcast",
"emotion": "curious",
"reaction": "Learned something new and interesting today.",
"createdAt": "2024-03-09T13:10:00.000Z"
}
]