-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
90 lines (90 loc) · 2.93 KB
/
db.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
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
{
"data": [
{
"id": 1,
"title": "React",
"description": "Find information about React Component UI and Router",
"link": "https://reactrouter.com/docs/en/v6/getting-started/overview",
"image": "https://cdn.statically.io/gh/nerufars/data/main/img/react.svg"
},
{
"id": 2,
"title": "Vite",
"description": "Next Generation Frontend Tooling Get ready for a development",
"link": "https://vitejs.dev/",
"image": "https://cdn.statically.io/gh/nerufars/data/main/img/vite.svg"
},
{
"id": 3,
"title": "Tailwindcss",
"description": "A utility-first CSS framework for styled components",
"link": "https://tailwindcss.com/",
"image": "https://cdn.statically.io/gh/nerufars/data/main/img/tailwind-css-icon.png"
},
{
"id": 4,
"title": "Typescript ",
"description": "TypeScript giving you better tooling at any scale ",
"link": "https://www.typescriptlang.org/",
"image": "https://upload.wikimedia.org/wikipedia/commons/4/4c/Typescript_logo_2020.svg"
},
{
"id": 5,
"title": "Framer Motion",
"description": "Motion library Animation for React. Utilize the power",
"link": "https://www.framer.com/motion/",
"image": "https://cdn.statically.io/gh/nerufars/data/main/img/framer.png"
},
{
"id": 6,
"title": "Config More ",
"description": "Helmet for SEO, @typography, use-between share components",
"link": "",
"image": "https://cdn.statically.io/gh/nerufars/data/main/img/gear.png"
}
],
"data-no-ts": [
{
"id": 1,
"title": "React",
"description": "Find information about React Component UI",
"link": "https://reactrouter.com/docs/en/v6/getting-started/overview",
"image": "https://cdn.statically.io/gh/nerufars/data/main/img/react.svg"
},
{
"id": 2,
"title": "Vite",
"description": "Next Generation Frontend Tooling Get ready for a development",
"link": "https://vitejs.dev/",
"image": "https://cdn.statically.io/gh/nerufars/data/main/img/vite.svg"
},
{
"id": 3,
"title": "Tailwindcss",
"description": "A utility-first CSS framework for styled components",
"link": "https://tailwindcss.com/",
"image": "https://cdn.statically.io/gh/nerufars/data/main/img/tailwind-css-icon.png"
},
{
"id": 4,
"title": "Javascript ",
"description": "JavaScript, often abbreviated JS, is a programming language",
"link": "https://www.javascript.com/",
"image": "https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png"
},
{
"id": 5,
"title": "Framer Motion",
"description": "Motion library Animation for React. Utilize the power",
"link": "https://www.framer.com/motion/",
"image": "https://cdn.statically.io/gh/nerufars/data/main/img/framer.png"
},
{
"id": 6,
"title": "Config More ",
"description": "React Helmet for SEO, Prettier, Plugin Tailwind @typography, prettier",
"link": "https://tailwindcss.com",
"image": "https://cdn.statically.io/gh/nerufars/data/main/img/gear.png"
}
]
}