-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
58 lines (58 loc) · 1.85 KB
/
data.js
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
export const tweetsData = [
{
handle: `@TrollBot66756542 💎`,
profilePic: `images/troll.jpg`,
likes: 27,
retweets: 10,
tweetText: `Buy Bitcoin, ETH Make 💰💰💰 low low prices.
Guaranteed return on investment. HMU DMs open!!`,
replies: [],
isLiked: false,
isRetweeted: false,
uuid: '4b161eee-c0f5-4545-9c4b-8562944223ee',
},
{
handle: `@Elon ✅`,
profilePic: `images/musk.png`,
likes: 6500,
retweets: 234,
tweetText: `I need volunteers for a one-way mission to Mars 🪐. No experience necessary🚀`,
replies: [
{
handle: `@TomCruise ✅`,
profilePic: `images/tcruise.png`,
tweetText: `Yes! Sign me up! 😎🛩`,
},
{
handle: `@ChuckNorris ✅`,
profilePic: `images/chucknorris.jpeg`,
tweetText: `I went last year😴`,
},
],
isLiked: false,
isRetweeted: false,
uuid: '3c23454ee-c0f5-9g9g-9c4b-77835tgs2',
},
{
handle: `@NoobCoder12`,
profilePic: `images/flower.png`,
likes: 10,
retweets: 3,
tweetText: `Are you a coder if you only know HTML?`,
replies: [
{
handle: `@StackOverflower ☣️`,
profilePic: `images/overflow.png`,
tweetText: `No. Obviosuly not. Go get a job in McDonald's.`,
},
{
handle: `@YummyCoder64`,
profilePic: `images/love.png`,
tweetText: `You are wonderful just as you are! ❤️`,
},
],
isLiked: false,
isRetweeted: false,
uuid: '8hy671sff-c0f5-4545-9c4b-1237gyys45',
},
]