-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojects.json
More file actions
75 lines (75 loc) · 2.43 KB
/
Copy pathprojects.json
File metadata and controls
75 lines (75 loc) · 2.43 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
[
{
"title": "Portf",
"subtitle": "Modular portfolio template",
"url": "/Portf/",
"icon": "/assets/portfDefault-1024x1024@1x.png",
"featured": true
},
{
"title": "CookieCut",
"subtitle": "Simple page generator & printer",
"url": "/CookieCut/",
"icon": "/assets/cookiecutDefault-1024x1024@1x.png",
"featured": true
},
{
"title": "Mentell",
"subtitle": "Mental health tracker superagent",
"url": "/mentell/",
"icon": "/assets/mentell-icon.png",
"featured": true
},
{
"title": "Flean",
"subtitle": "Fandom URL converter",
"url": "/Flean/",
"icon": "/assets/FleanIconDefault-1024x1024@1x.png",
"featured": false
},
{
"title": "PinStick",
"subtitle": "Simple Pinnable Disappearing notepad application for quick notes",
"url": "/PinStick/",
"icon": "/assets/JotIconDefault-1024x1024@1x.png",
"featured": true
},
{
"title": "PasCurtain",
"subtitle": "A simple password breach checker using k-anonymity encryption",
"url": "/PasCurtain/",
"icon": "/assets/pascurtain_rastericon.png",
"featured": true
},
{
"title": "oldClassic",
"subtitle": "Retro-style website template",
"url": "/oldClassic/",
"icon": "/assets/oldclassicDefault-1024x1024@1x.png",
"featured": false
},
{
"title": "JetVeil",
"subtitle": "Network reverse-diagnostic utility for packet analysis research.",
"easy": false,
"easyText": "A local-machine utility for monitoring hardware-level network traffic and diagnosing data transmission protocols. Open-source and designed for network research students.",
"icon": "/assets/jetveiliconDefault-1024x1024@1x.png",
"featured": false
},
{
"title": "UpMagic",
"subtitle": "Simple Modular StatusPage powered by Cloudflare Edge Workers.",
"easy": false,
"easyText": "A simple Modular StatusPage template powered by Cloudflare Edge Workers and Workers KV, available on our GitHub repo as a template.",
"icon": "/assets/UpMagicDefault-1024x1024@1x.png",
"featured": false
},
{
"title": "Plummer",
"subtitle": "Dynamic Shortlink generator using Workers KV.",
"easy": false,
"easyText": "A dynamic shortlink maker and admin dashboard using workers KV, supporting things like password protected pages and expiring links. Available on our GitHub as a template.",
"icon": "/assets/linkplummerIconDefault-1024x1024@1x.png",
"featured": false
}
]