-
Notifications
You must be signed in to change notification settings - Fork 0
/
dummyNotes.json
62 lines (62 loc) · 1.86 KB
/
dummyNotes.json
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
[
{
"id": 234,
"title": "Meeting Agenda",
"content": "Discuss quarterly goals and progress, allocate tasks, and finalize budget for the upcoming quarter.",
"timestamp": 1692480000
},
{
"id": 567,
"title": "Shopping List",
"content": "Eggs, milk, bread, apples, chicken, spinach, and dish soap.",
"timestamp": 1692483600
},
{
"id": 123,
"title": "Travel Plans",
"content": "Book flights to Paris, reserve hotel accommodation, and create itinerary for sightseeing.",
"timestamp": 1692487200
},
{
"id": 789,
"title": "Birthday Party Ideas",
"content": "Theme: '80s Retro. Arrange decorations, music playlist, and food menu.",
"timestamp": 1692490800
},
{
"id": 456,
"title": "Project Milestones",
"content": "Complete market analysis by Friday, brainstorm marketing strategies, and finalize project timeline.",
"timestamp": 1692494400
},
{
"id": 987,
"title": "Fitness Goals",
"content": "Daily workout routine: 30 minutes of cardio, 20 minutes of strength training, and yoga twice a week.",
"timestamp": 1692498000
},
{
"id": 321,
"title": "Book Recommendations",
"content": "Recent reads: 'Atomic Habits' by James Clear, 'Sapiens' by Yuval Noah Harari, and 'Educated' by Tara Westover.",
"timestamp": 1692501600
},
{
"id": 654,
"title": "Recipes to Try",
"content": "Lasagna, homemade pizza, Thai green curry, and chocolate chip cookies.",
"timestamp": 1692505200
},
{
"id": 111,
"title": "Gardening Plans",
"content": "Plant roses in the backyard, buy fertilizer, and set up a watering schedule.",
"timestamp": 1692508800
},
{
"id": 222,
"title": "Study Schedule",
"content": "Review mathematics concepts, read chapters 5-8 for literature class, and work on history essay.",
"timestamp": 1692512400
}
]