-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdata.json
More file actions
744 lines (743 loc) · 18.2 KB
/
data.json
File metadata and controls
744 lines (743 loc) · 18.2 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
{
"me": {
"name": "John Doe",
"birthday": "December 8",
"profileImage": "https://i.imgur.com/XVmQnQQ.png",
"wishlist": [
{
"name": "Sephora Gift Card",
"description": "flowers",
"price": "$3.70",
"link": "https://www.google.com//"
},
{
"name": "Flowers",
"description": "yellow tulips",
"price": "$3.70",
"link": "https://www.google.com//"
}
],
"wishlistIdeas": [
{
"name": "Brian Nguyen",
"occasion": "Birthday",
"date": "03/29/2021",
"items": [
{
"name": "Boba Gift Card",
"description": "I like mango matcha!",
"price": "$5.00",
"link": "https://www.google.com/"
},
{
"name": "Car",
"description": "NEW",
"price": "$19,123",
"link": "https://www.google.com/"
}
]
},
{
"name": "Pauline Woo",
"occasion": "Christmas",
"date": "12/25/2021",
"items": [
{
"name": "Panda Express Gift Card",
"description": "food",
"price": "2.70",
"link": "https://www.google.com/"
},
{
"name": "Taco Bell Gift Card",
"description": "we love tacos",
"price": "$3.70",
"link": "https://www.google.com/"
}]
}]
},
"friends": [
{
"name": "Amanda Kim",
"birthday": "March 1",
"day": "1",
"profileImage": "https://i.imgur.com/jzi5bL8.png",
"wishlist": [
{
"name": "Suitcase",
"description": "brown, new",
"price": "$10.00",
"link": "https://www.google.com/",
"condition": "Unreserved"
},
{
"name": "Lipstick",
"description": "to be professional",
"price": "$5.00",
"link": "https://www.google.com/",
"condition": "Unreserved"
}],
"id": "collapseOne"
},
{
"name": "Andrew Jackson",
"birthday": "March 15",
"day": "15",
"profileImage": "https://i.imgur.com/SmbDDFj.jpg",
"wishlist": [
{
"name": "$20 Bill",
"description": "ahh the memories",
"price": "$20",
"link": "https://www.google.com/"
},
{
"name": "History Textbook",
"description": "Who am I?",
"price": "$130.00",
"link": "https://www.google.com/"
}
],
"id": "collapseTwo"
},
{
"name": "Brian Nguyen",
"birthday": "March 29",
"day": "29",
"profileImage": "https://i.imgur.com/PkcLjPt.jpg",
"wishlist": [
{
"name": "Valorant Gift Card",
"description": "to buy skins",
"price": "$40.00",
"link": "https://www.google.com/"
},
{
"name": "Pencil",
"description": "mechanical",
"price": "$3.00",
"link": "https://www.google.com/"
}],
"id": "collapseThree"
},
{
"name": "Mary Nguyen",
"birthday": "May 9",
"day": "9",
"profileImage": "https://i.imgur.com/ggvppTI.jpg",
"wishlist": [
{
"name": "OP Academy Hoodie",
"description": "<3 Wardell",
"price": "$55.00",
"link": "https://www.google.com/"
},
{
"name": "Laptop",
"description": "gaming",
"price": "$1000.00",
"link": "https://www.google.com/"
}],
"id": "collapseFour"
},
{
"name": "Minhtrang Chu",
"birthday": "July 30",
"day": "30",
"profileImage": "https://i.imgur.com/CIAIXV9.jpg",
"wishlist": [
{
"name": "Sephora Gift Card",
"description": "flowers",
"price": "$3.70",
"link": "https://www.google.com/"
},
{
"name": "Flowers",
"description": "yellow tulips",
"price": "$3.70",
"link": "https://www.google.com/"
}],
"id": "collapseFive"
},
{
"name": "Paul Su",
"birthday": "November 1",
"day": "1",
"profileImage": "https://www.ucsfhealth.org/-/media/project/ucsf/ucsf-health/doctor/card/dr-paul-su-md-107-320x320-2x.jpg",
"wishlist": [
{
"name": "iPad",
"description": "to take notes",
"price": "$500.00",
"link": "https://www.google.com/"
},
{
"name": "Cup",
"description": "to drink coffee",
"price": "$10.00",
"link": "https://www.google.com/"
}],
"id": "collapseSix"
},
{
"name": "Paul Woo",
"birthday": "December 11",
"day": "11",
"profileImage": "https://i.imgur.com/Tsjhis5.jpg",
"wishlist": [
{
"name": "Shoes",
"description": "to walk",
"price": "$60.00",
"link": "https://www.google.com/"
},
{
"name": "Coat",
"description": "to keep warm",
"price": "$20.70",
"link": "https://www.google.com/"
}],
"id": "collapseSeven"
}
],
"dates": [
{
"name": "Spring Break",
"date": "April 7",
"description": "End of winter quarter and start of break!"
},
{
"name": "Zoom Birthday Party",
"date": "March 30",
"description": "Zoom link will be provided later."
},
{
"name": "Zoom Birthday Party 2",
"date": "March 10",
"description": "Zoom link will be provided later."
}
],
"strangers": [
{
"name": "Abby Apple",
"birthday": "January 2",
"day": "2",
"profileImage": "https://data.whicdn.com/images/308487858/original.jpg",
"wishlist": [
{
"name": "Target Gift Card",
"description": "fun",
"price": "$20",
"link": "https://www.google.com/"
},
{
"name": "Balloons",
"description": "yellow",
"price": "$3.99",
"link": "https://www.google.com/"
}],
"id": "collapseEight"
},
{
"name": "Brandon Berry",
"birthday": "January 25",
"day": "25",
"profileImage": "https://reason.org/wp-content/uploads/2018/01/guybentley.jpg",
"wishlist": [
{
"name": "GameStop Gift Card",
"description": "games",
"price": "$60.00",
"link": "https://www.google.com/"
},
{
"name": "Strawberries",
"description": "fruit",
"price": "$5.98",
"link": "https://www.google.com/"
}],
"id": "collapseNine"
},
{
"name": "Carl Cook",
"birthday": "February 8",
"day": "8",
"profileImage": "https://guyrothblum.files.wordpress.com/2014/11/guy_rothblum_square.jpg",
"wishlist": [
{
"name": "Knife",
"description": "chop chop chop",
"price": "$20.00",
"link": "https://www.google.com/"
},
{
"name": "Mop",
"description": "messy kitchen",
"price": "$5.00",
"link": "https://www.google.com/"
}],
"id": "collapseTen"
},
{
"name": "Daniel Doofenshmirtz",
"birthday": "March 16",
"day": "16",
"profileImage": "https://www.iilj.org/wp-content/uploads/2017/09/guy-sinclair.jpg",
"wishlist": [
{
"name": "Platypus Plushy",
"description": "PERRY!!",
"price": "$20.32",
"link": "https://www.google.com/"
},
{
"name": "Lab Coat",
"description": "white",
"price": "$9.42",
"link": "https://www.google.com/"
}],
"id": "collapseEleven"
},
{
"name": "Ethan Easter",
"birthday": "March 31",
"day": "31",
"profileImage": "https://buddybits.com/wp-content/uploads/2017/10/We-Asked-Girls-What-Kind-Of-Guy-They-Want-And-Here-Are-The-Answers-768x514.jpg",
"wishlist": [
{
"name": "Egg",
"description": "to paint",
"price": "$12.09",
"link": "https://www.google.com/"
},
{
"name": "Paintbrush",
"description": "to paint",
"price": "$7.70",
"link": "https://www.google.com/"
}],
"id": "collapseTwelve"
},
{
"name": "Freddy Forensics",
"birthday": "April 2",
"day": "2",
"profileImage": "https://sylkusa.com/wp-content/uploads/2018/04/adult-attractive-beard-247885-1024x683.jpg",
"wishlist": [
{
"name": "Magnifying Glass",
"description": "to look at things",
"price": "$24.00",
"link": "https://www.google.com/"
},
{
"name": "Daphne Plush",
"description": "my love",
"price": "$40.40",
"link": "https://www.google.com/"
}],
"id": "collapseThirteen"
},
{
"name": "Gary Gill",
"birthday": "April 22",
"day": "22",
"profileImage": "https://www.oasis-open.org/wp-content/uploads/2020/03/Guy-Martin-Headshot-750x500.jpg",
"wishlist": [
{
"name": "Tablet",
"description": "for lectures",
"price": "$200.00",
"link": "https://www.google.com/"
},
{
"name": "Mic",
"description": "to talk",
"price": "$400.00",
"link": "https://www.google.com/"
}],
"id": "collapseFourteen"
},
{
"name": "Heather Honda",
"birthday": "April 28",
"day": "28",
"profileImage": "https://c4.wallpaperflare.com/wallpaper/927/666/544/girl-actress-scarlet-witch-elizabeth-olsen-wallpaper-preview.jpg",
"wishlist": [
{
"name": "Honda Civic",
"description": "car",
"price": "$25,000",
"link": "https://www.google.com/"
},
{
"name": "Soda",
"description": "Coke",
"price": "$12.00",
"link": "https://www.google.com/"
}],
"id": "collapseFifteen"
},
{
"name": "Isaac Int",
"birthday": "May 1",
"day": "1",
"profileImage": "https://i.pinimg.com/originals/86/ec/3f/86ec3fecbc02c2b1d1d90a42387eff55.jpg",
"wishlist": [
{
"name": "Nerf Gun",
"description": "to play with friends",
"price": "$15.00",
"link": "https://www.google.com/"
},
{
"name": "Fan",
"description": "it's getting hot",
"price": "$3.70",
"link": "https://www.google.com/"
}],
"id": "collapseSixteen"
},
{
"name": "Justin Jiffy",
"birthday": "May 7",
"day": "7",
"profileImage": "https://resizing.flixster.com/Uup4yz7F8tQ-h7tFkPheZF0D_dU=/506x652/v2/https://flxt.tmsimg.com/v9/AllPhotos/165166/165166_v9_bb.jpg",
"wishlist": [
{
"name": "Engine Oil",
"description": "rusty car",
"price": "$9.00",
"link": "https://www.google.com/"
},
{
"name": "Scissors",
"description": "broken pair",
"price": "$9.00",
"link": "https://www.google.com/"
}],
"id": "collapseSeventeen"
},
{
"name": "Krystal Kim",
"birthday": "May 10",
"day": "10",
"profileImage": "https://i.pinimg.com/736x/7d/d7/f5/7dd7f51763fe342064a0a23429a3804e.jpg",
"wishlist": [
{
"name": "Donuts",
"description": "FOODIE!!!",
"price": "$12.00",
"link": "https://www.google.com/"
},
{
"name": "Phone Case",
"description": "pink, casetify",
"price": "$30.00",
"link": "https://www.google.com/"
}],
"id": "collapseEighteen"
},
{
"name": "Lily Lim",
"birthday": "June 18",
"day": "18",
"profileImage": "https://i.pinimg.com/originals/f5/fc/01/f5fc01ede5e7c45dce87e254bcaa47f3.jpg",
"wishlist": [
{
"name": "Fish Tank",
"description": "small",
"price": "$70.00",
"link": "https://www.google.com/"
},
{
"name": "Goldfish",
"description": "PetCo",
"price": "$12.00",
"link": "https://www.google.com/"
}],
"id": "collapseNineteen"
},
{
"name": "Michael Meyers",
"birthday": "June 19",
"day": "19",
"profileImage": "https://pbs.twimg.com/profile_images/1188068837457088513/fWp2zRel.jpg",
"wishlist": [
{
"name": "Knife",
"description": "big and sharp",
"price": "$20.00",
"link": "https://www.google.com/"
},
{
"name": "Mask",
"description": "clean",
"price": "$3.70",
"link": "https://www.google.com/"
}],
"id": "collapseTwenty"
},
{
"name": "Nathan Nolan",
"birthday": "June 26",
"day": "26",
"profileImage": "https://www.todaysparent.com/wp-content/uploads/2018/04/things-your-guy-is-doing-thats-lowering-his-sperm-count-1280x960.jpg",
"wishlist": [
{
"name": "Speakers",
"description": "Dual Force XCON 21's",
"price": "$30.00",
"link": "https://www.google.com/"
},
{
"name": "Phone",
"description": "Samsung Note 10+",
"price": "$400.00",
"link": "https://www.google.com/"
}],
"id": "collapseTwentyOne"
},
{
"name": "Oscar Oliver",
"birthday": "July 14",
"day": "14",
"profileImage": "https://st4.depositphotos.com/12985790/20582/i/600/depositphotos_205824906-stock-photo-handsome-man-white-shirt-looking.jpg",
"wishlist": [
{
"name": "Fake Oscar",
"description": "to practice speech",
"price": "$15.00",
"link": "https://www.google.com/"
},
{
"name": "Markers",
"description": "to draw",
"price": "$12.00",
"link": "https://www.google.com/"
}],
"id": "collapseTwentyTwo"
},
{
"name": "Pauline Poo",
"birthday": "August 5",
"day": "5",
"profileImage": "https://i1.sndcdn.com/avatars-YhpE4pITPrggMOy2-iwaafA-t240x240.jpg",
"wishlist": [
{
"name": "Plunger",
"description": "for toilet",
"price": "$20.00",
"link": "https://www.google.com/"
},
{
"name": "Key Cap",
"description": "koi fish",
"price": "$10.00",
"link": "https://www.google.com/"
}],
"id": "collapseTwentyThree"
},
{
"name": "Quinn Quest",
"birthday": "August 26",
"day": "26",
"profileImage": "https://img.gurugamer.com/resize/740x-/2020/07/08/korean-youtuber-b0e0.jpg",
"wishlist": [
{
"name": "New Pan",
"description": "I broke mine making pancakes omg!",
"price": "$15.00",
"link": "https://www.google.com/"
},
{
"name": "Red Scarf",
"description": "Mikasa vibes",
"price": "$10.00",
"link": "https://www.google.com/"
}],
"id": "collapseTwentyFour"
},
{
"name": "Ryan Reynolds",
"birthday": "August 28",
"day": "28",
"profileImage": "https://in.bmscdn.com/iedb/artist/images/website/poster/large/ryan-reynolds-1955-14-08-2020-02-54-15.jpg?1",
"wishlist": [
{
"name": "Interstellar DVD",
"description": "My all-time favorite movie omg.",
"price": "$20.00",
"link": "https://www.google.com/"
},
{
"name": "La La Land DVD",
"description": "My second all-time favorite movie lol.",
"price": "$20.00",
"link": "https://www.google.com/"
}],
"id": "collapseTwentyFive"
},
{
"name": "Samantha Song",
"birthday": "September 3",
"day": "3",
"profileImage": "https://p.favim.com/orig/2019/04/18/girl-instagram-korean-girl-Favim.com-7083202.jpg",
"wishlist": [
{
"name": "Orange Hair Dye",
"description": "Manic Panic brand is dope :3",
"price": "$15.00",
"link": "https://www.google.com/"
},
{
"name": "Hair Bleach",
"description": "I'm going through a phase??!",
"price": "$10.00",
"link": "https://www.google.com/"
}],
"id": "collapseTwentySix"
},
{
"name": "Tyler Tailor",
"birthday": "October 17",
"day": "17",
"profileImage": "https://st.depositphotos.com/1371851/1276/i/600/depositphotos_12761278-stock-photo-glasses-man.jpg",
"wishlist": [
{
"name": "Pencil Pouch",
"description": "For the upcoming school year.",
"price": "$5.00",
"link": "https://www.google.com/"
},
{
"name": "MUJI Pens",
"description": "Assorted colors!!!",
"price": "$10.00",
"link": "https://www.google.com/"
}],
"id": "collapseTwentySeven"
},
{
"name": "Unduwap Usain",
"birthday": "November 22",
"day": "22",
"profileImage": "https://i.pinimg.com/originals/14/2e/f4/142ef4a1c45b7de8660e793d2ef3b099.jpg",
"wishlist": [
{
"name": "Raising Cane's Gift Card",
"description": "I love their texas toast!",
"price": "$20.00",
"link": "https://www.google.com/"
},
{
"name": "Towels",
"description": "Lilac or yellow is fine.",
"price": "$15.00",
"link": "https://www.google.com/"
}],
"id": "collapseTwentyEight"
},
{
"name": "Victor Vo",
"birthday": "November 25",
"day": "25",
"profileImage": "https://d1hbpr09pwz0sk.cloudfront.net/profile_pic/victor-vo-339ca1ba.jpg",
"wishlist": [
{
"name": "PC",
"description": "Need to reach Radiant in Valorant!",
"price": "$2000.00",
"link": "https://www.google.com/"
},
{
"name": "Ducky Keyboard",
"description": "Need a good keyboard to reach Radiant heh",
"price": "$90.00",
"link": "https://www.google.com/"
}],
"id": "collapseTwentyNine"
},
{
"name": "William Williams",
"birthday": "December 5",
"day": "5",
"profileImage": "https://www.fluorodigital.com/wp-content/uploads/2017/03/Tall-Black-Guy_1.jpg",
"wishlist": [
{
"name": "Tennis Racket",
"description": "I like the Babolat Puredrive!",
"price": "$70.00",
"link": "https://www.google.com/"
},
{
"name": "Tennis Balls",
"description": "A bunch please!!",
"price": "$20.00",
"link": "https://www.google.com/"
}],
"id": "collapseThirty"
},
{
"name": "Xavier X-ray",
"birthday": "December 9",
"day": "9",
"profileImage": "https://chumley.barstoolsports.com/wp-content/uploads/2019/08/06/17e4e34e1ad07071.png",
"wishlist": [
{
"name": "Inflatable Pool",
"description": "For the spring and summertime.",
"price": "$55.00",
"link": "https://www.google.com/"
},
{
"name": "Very Large Soccer Ball",
"description": "I just really want this.",
"price": "$20.00",
"link": "https://www.google.com/"
}],
"id": "collapseThirtyOne"
},
{
"name": "Yoo Jin Yoo",
"birthday": "December 20",
"day": "20",
"profileImage": "https://data.whicdn.com/images/302039457/original.jpg",
"wishlist": [
{
"name": "Lamb Squishmallow",
"description": "The light green lamb.",
"price": "$50.00",
"link": "https://www.google.com/"
},
{
"name": "Cast Iron Skillet",
"description": "Need this for brunch ideas",
"price": "$70.00",
"link": "https://www.google.com/"
}],
"id": "collapseThirtyTwo"
},
{
"name": "Zach Zucchini",
"birthday": "December 30",
"day": "30",
"profileImage": "https://media.npr.org/assets/img/2015/05/05/jamaal-ga-alexander_trcp2012edit_custom-f58a8b68f8e5d3fcbb17a4489587e6e055fc069f-s800-c85.jpg",
"wishlist": [
{
"name": "Elephant Squishmallow",
"description": "Purple elephant!",
"price": "$50.00",
"link": "https://www.google.com/"
},
{
"name": "Toolkit",
"description": "One kit with all the essentials.",
"price": "$115.00",
"link": "https://www.google.com/"
}],
"id": "collapseThirtyThree"
}
]
}