-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-chat.json
More file actions
77 lines (77 loc) · 2.17 KB
/
sample-chat.json
File metadata and controls
77 lines (77 loc) · 2.17 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
[
{
"sender": "Ananya",
"text": "Hey! How's it going?",
"timestamp": "2025-01-15T10:00:00Z"
},
{
"sender": "Arhant",
"text": "Pretty good! Just working on this new project.",
"timestamp": "2025-01-15T10:00:05Z"
},
{
"sender": "Ananya",
"text": "Oh cool! What kind of project?",
"timestamp": "2025-01-15T10:00:12Z"
},
{
"sender": "Arhant",
"text": "It's a chat replay simulator. It lets you upload conversation logs and replay them in real-time.",
"timestamp": "2025-01-15T10:00:20Z"
},
{
"sender": "Ananya",
"text": "That sounds really interesting! What tech stack are you using?",
"timestamp": "2025-01-15T10:00:28Z"
},
{
"sender": "Arhant",
"text": "Just vanilla HTML, CSS, and JavaScript. Keeping it simple and clean.",
"timestamp": "2025-01-15T10:00:35Z"
},
{
"sender": "Ananya",
"text": "Nice! Sometimes simple is better. How does the UI look?",
"timestamp": "2025-01-15T10:00:42Z"
},
{
"sender": "Arhant",
"text": "I went with a neon-themed dark design. Glassmorphism effects, glowing buttons, smooth animations.",
"timestamp": "2025-01-15T10:00:50Z"
},
{
"sender": "Ananya",
"text": "Ooh, that sounds beautiful! Can you send me a screenshot?",
"timestamp": "2025-01-15T10:00:58Z"
},
{
"sender": "Arhant",
"text": "Sure! I'll send it over in a bit. Still tweaking some hover effects.",
"timestamp": "2025-01-15T10:01:05Z"
},
{
"sender": "Ananya",
"text": "Take your time! I'm excited to see it.",
"timestamp": "2025-01-15T10:01:12Z"
},
{
"sender": "Arhant",
"text": "Thanks! By the way, are you free for lunch later?",
"timestamp": "2025-01-15T10:01:20Z"
},
{
"sender": "Ananya",
"text": "Yeah, I should be. What time were you thinking?",
"timestamp": "2025-01-15T10:01:28Z"
},
{
"sender": "Arhant",
"text": "How about 12:30? That new pizza place downtown?",
"timestamp": "2025-01-15T10:01:35Z"
},
{
"sender": "Ananya",
"text": "Perfect! See you there! 🍕",
"timestamp": "2025-01-15T10:01:42Z"
}
]