-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.ts
45 lines (45 loc) · 1.44 KB
/
data.ts
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
export default {
title : "Bunch of random Tools created by Me",
tools:[
{
title: "Discord Spoiler Text generator →",
description: "Generate discord spoiler text with spoiler text for each letter in word",
href: "/discord-spoiler-creator"
},
{
title: "Discord IST Timestamp Text Generator →",
description: "Generate discord timestamp text generator from IST time format (DD:MM:YYYY HH:MM).",
href: "/discord-timestamp-creator"
},
{
title: "Character Counter →",
description: "Count characters in text",
href: "/character-counter"
},
{
title: "Color Contrast tool",
description: "Check color contrast between two colors",
href: "/color-contrast-checker"
},
{
title: "Voltage Divider",
description:"Calculate Voltage drop by R1 ,R2, V1 & V2",
href: "/voltage-divider"
},
{
title: "Convertors →",
description: "Convertor for recently used units and mesurements",
href: "/convertors"
},
]
}
export const convertors = {
title : "Convertors | Tools by Yog Panjarale",
tools:[
{
title: "Time Convertor →",
description: "Convertor for time mesurements",
href: "/convertors/time"
},
]
}