-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.json
64 lines (64 loc) · 3.05 KB
/
data.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
63
64
{
"data":[
{
"name":"Blog Website",
"desc":"A modern blog website with Dashboard, web analytics, cloud storage and mailing system",
"img":"https://res.cloudinary.com/dc7dgvxow/image/upload/v1674411382/AlphaProjects/Neutral_Minimalist_Romantic_Photo_Collage_wdabp5.png",
"link":"https://djmblogs.netlify.app/"
},
{
"name":"Portfolio Website",
"desc":"Personal Portfolio Website",
"img":"https://res.cloudinary.com/dc7dgvxow/image/upload/v1674411377/AlphaProjects/Light_Blue_White_Clean_Grid_Family_Photo_Collage_dokavb.png",
"link":"https://djm-1.github.io"
},
{
"name":"Quiz website",
"desc":"Online platform to host and participate in quiz contests",
"img":"https://res.cloudinary.com/dc7dgvxow/image/upload/v1674411377/AlphaProjects/screencapture-quizmaster-pythonanywhere-2022-10-04-19_47_52_egkdyv.png",
"link":"https://quizmaster.pythonanywhere.com"
},
{
"name":"InstaPost",
"desc":"A social media website to create posts and chat with other users.",
"img":"https://res.cloudinary.com/dc7dgvxow/image/upload/v1674588148/Screenshot_2023-01-25_005210_zuix7b.png",
"link":"https://instaa-post.netlify.app/"
},
{
"name":"Portfolio Website",
"desc":"Personal Portfolio Website",
"img":"https://res.cloudinary.com/dc7dgvxow/image/upload/v1674588855/Screenshot_2023-01-25_005715_jjyiz9.png",
"link":"https://agnivg.github.io/"
},
{
"name":"Video-chatting",
"desc":"A video chatting website",
"img":"https://res.cloudinary.com/dc7dgvxow/image/upload/v1674590247/Screenshot_2023-01-25_012537_ng4fpl.png",
"link":"https://video-chat-alpha.netlify.app/"
},
{
"name":"Medi-Board",
"desc":"A website to store the medical details of people",
"img":"https://i.postimg.cc/wT337wXD/home.png",
"link":"https://medi-board.netlify.app"
},
{
"name":"Femaissance",
"desc":"This platform would give freedom to its users to post ,like,chat comment and share to increase awareness among all women",
"img":"https://i.postimg.cc/W3T4jgVn/image.png",
"link":"https://femaissance.netlify.app/"
},
{
"name":"ArJd-Live",
"desc":"A realtime code-editor and compiler to ease coding interview process",
"img":"https://i.postimg.cc/gcVn8Frn/image.png",
"link":"https://arjd-live.netlify.app/"
},
{
"name":"Online WhiteBoard",
"desc":"User can write, erase, undo, redo and can even add sticky notes, add images and download the canvas",
"img":"https://res.cloudinary.com/dc7dgvxow/image/upload/v1675264849/AlphaProjects/scrnli_2_1_2023_8-49-13_PM_u2lrlg.png",
"link":"https://online-wb.netlify.app/"
}
]
}