@@ -26,11 +26,10 @@ const DevArea = () => {
2626 isAvailable : true
2727 } ,
2828 {
29- name : "URL Encoder/Decoder" ,
30- link : "/devarea/url-encoder-decoder" ,
31- isAvailable : true
29+ name : "URL Encoder/Decoder" ,
30+ link : "/devarea/url-encoder-decoder" ,
31+ isAvailable : true
3232 } ,
33-
3433 {
3534 name : "XML Formatter" ,
3635 link : "/devarea/xml-formatter" ,
@@ -39,13 +38,146 @@ const DevArea = () => {
3938 {
4039 name : "YAML Formatter" ,
4140 link : "/devarea/yaml-formatter" ,
42- isAvailable : false
41+ isAvailable : true
4342 } ,
4443 {
4544 name : "CSV Formatter" ,
4645 link : "/devarea/csv-formatter" ,
4746 isAvailable : false
4847 } ,
48+ // Text & String Tools
49+ {
50+ name : "Text Diff Checker" ,
51+ link : "/devarea/text-diff" ,
52+ isAvailable : false
53+ } ,
54+ {
55+ name : "Case Converter" ,
56+ link : "/devarea/case-converter" ,
57+ isAvailable : false
58+ } ,
59+ {
60+ name : "String Length Counter" ,
61+ link : "/devarea/string-counter" ,
62+ isAvailable : false
63+ } ,
64+ {
65+ name : "Lorem Ipsum Generator" ,
66+ link : "/devarea/lorem-ipsum" ,
67+ isAvailable : false
68+ } ,
69+ // Encoding & Hashing
70+ {
71+ name : "Hash Generator (MD5, SHA)" ,
72+ link : "/devarea/hash-generator" ,
73+ isAvailable : false
74+ } ,
75+ {
76+ name : "UUID Generator" ,
77+ link : "/devarea/uuid-generator" ,
78+ isAvailable : false
79+ } ,
80+ {
81+ name : "HTML Encoder/Decoder" ,
82+ link : "/devarea/html-encoder-decoder" ,
83+ isAvailable : false
84+ } ,
85+ // Code & Data
86+ {
87+ name : "SQL Formatter" ,
88+ link : "/devarea/sql-formatter" ,
89+ isAvailable : false
90+ } ,
91+ {
92+ name : "Regex Tester" ,
93+ link : "/devarea/regex-tester" ,
94+ isAvailable : false
95+ } ,
96+ {
97+ name : "JSON to CSV" ,
98+ link : "/devarea/json-to-csv" ,
99+ isAvailable : false
100+ } ,
101+ {
102+ name : "CSV to JSON" ,
103+ link : "/devarea/csv-to-json" ,
104+ isAvailable : false
105+ } ,
106+ {
107+ name : "Code Minifier" ,
108+ link : "/devarea/code-minifier" ,
109+ isAvailable : false
110+ } ,
111+ {
112+ name : "Code Beautifier" ,
113+ link : "/devarea/code-beautifier" ,
114+ isAvailable : false
115+ } ,
116+ // Color & Design
117+ {
118+ name : "Color Converter" ,
119+ link : "/devarea/color-converter" ,
120+ isAvailable : false
121+ } ,
122+ {
123+ name : "Color Picker" ,
124+ link : "/devarea/color-picker" ,
125+ isAvailable : false
126+ } ,
127+ {
128+ name : "Gradient Generator" ,
129+ link : "/devarea/gradient-generator" ,
130+ isAvailable : false
131+ } ,
132+ // Time & Date
133+ {
134+ name : "Unix Timestamp Converter" ,
135+ link : "/devarea/timestamp-converter" ,
136+ isAvailable : false
137+ } ,
138+ {
139+ name : "Cron Expression Generator" ,
140+ link : "/devarea/cron-generator" ,
141+ isAvailable : false
142+ } ,
143+ // Image & Media
144+ {
145+ name : "Image to Base64" ,
146+ link : "/devarea/image-to-base64" ,
147+ isAvailable : false
148+ } ,
149+ {
150+ name : "QR Code Generator" ,
151+ link : "/devarea/qr-code-generator" ,
152+ isAvailable : false
153+ } ,
154+ // Network & API
155+ {
156+ name : "API Tester" ,
157+ link : "/devarea/api-tester" ,
158+ isAvailable : false
159+ } ,
160+ {
161+ name : "HTTP Status Codes" ,
162+ link : "/devarea/http-status-codes" ,
163+ isAvailable : false
164+ } ,
165+ {
166+ name : "IP Address Lookup" ,
167+ link : "/devarea/ip-lookup" ,
168+ isAvailable : false
169+ } ,
170+ // Security
171+ {
172+ name : "Password Generator" ,
173+ link : "/devarea/password-generator" ,
174+ isAvailable : true
175+ } ,
176+ {
177+ name : "Bcrypt Generator/Checker" ,
178+ link : "/devarea/bcrypt" ,
179+ isAvailable : true
180+ }
49181 ]
50182 return < Layout >
51183 < div className = "px-5 md:px-10" >
0 commit comments