|
119 | 119 | { |
120 | 120 | "name": "analog world clock", |
121 | 121 | "root": "/frontend-mini/analog-world-clock", |
122 | | - "description": "a simple analog world-clock design", |
| 122 | + "description": "display the current time in different cities around the world", |
123 | 123 | "tags": ["html", "css", "javascript", "responsive"], |
124 | 124 | "image": "/assets/images/projects/frontend/frontend-mini/analog-world-clock.webp", |
125 | 125 | "pages": [{ "title": "home", "url": "/" }], |
|
128 | 128 | { |
129 | 129 | "name": "matrix", |
130 | 130 | "root": "/frontend-mini/matrix", |
131 | | - "description": "a program that simulates falling letters like in the matrix", |
| 131 | + "description": "simulates falling letters like in the matrix", |
132 | 132 | "tags": ["html", "css", "javascript", "responsive"], |
133 | 133 | "image": "/assets/images/projects/frontend/frontend-mini/matrix.webp", |
134 | 134 | "pages": [{ "title": "home", "url": "/" }], |
|
137 | 137 | { |
138 | 138 | "name": "galaxy stars", |
139 | 139 | "root": "/frontend-mini/galaxy-stars", |
140 | | - "description": "a program that simulates moving through space with stars", |
| 140 | + "description": "simulates moving through space with stars", |
141 | 141 | "tags": ["html", "css", "javascript", "responsive"], |
142 | 142 | "image": "/assets/images/projects/frontend/frontend-mini/galaxy-stars.webp", |
143 | 143 | "pages": [{ "title": "home", "url": "/" }], |
|
146 | 146 | { |
147 | 147 | "name": "eve", |
148 | 148 | "root": "/frontend-mini/eve", |
149 | | - "description": "a digital representation of eve from wall-e, showcasing her sleek design", |
| 149 | + "description": "digital representation of eve from wall-e, showcasing her sleek design", |
150 | 150 | "tags": ["html", "css", "responsive"], |
151 | 151 | "image": "/assets/images/projects/frontend/frontend-mini/eve.webp", |
152 | 152 | "pages": [{ "title": "home", "url": "/" }], |
|
155 | 155 | { |
156 | 156 | "name": "strength potion", |
157 | 157 | "root": "/frontend-mini/strength-potion", |
158 | | - "description": "a fresh redesign of the strength potion", |
| 158 | + "description": "fresh redesign of the strength potion", |
159 | 159 | "tags": ["html", "css", "responsive"], |
160 | 160 | "image": "/assets/images/projects/frontend/frontend-mini/strength-potion.webp", |
161 | 161 | "pages": [{ "title": "home", "url": "/" }], |
|
164 | 164 | { |
165 | 165 | "name": "windows calculator", |
166 | 166 | "root": "/frontend-mini/windows-calculator", |
167 | | - "description": "a web version of the windows calculator design", |
| 167 | + "description": "web version of the windows calculator design", |
168 | 168 | "tags": ["html", "css", "javascript", "responsive"], |
169 | 169 | "image": "/assets/images/projects/frontend/frontend-mini/windows-calculator.webp", |
170 | 170 | "pages": [{ "title": "home", "url": "/" }], |
|
178 | 178 | { |
179 | 179 | "name": "sheypoor post collector", |
180 | 180 | "root": "/sheypoor-post-collector", |
181 | | - "description": "This Node.js application simplifies the process of gathering <b>publicly available</b> Sheypoor posts, converting them into a structured JSON format for easy analysis and use.", |
| 181 | + "description": "simplifies the process of gathering <b>publicly available</b> Sheypoor posts, converting them into a structured JSON format for easy analysis and use.", |
182 | 182 | "tags": ["html", "scss", "javascript", "nodejs", "responsive"], |
183 | 183 | "image": "/assets/images/projects/frontend/tools/sheypoor-post-collector.webp", |
184 | 184 | "sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/sheypoor-post-collector" }] |
185 | 185 | }, |
186 | 186 | { |
187 | 187 | "name": "planner", |
188 | 188 | "root": "/planner", |
189 | | - "description": "effortlessly create, organize, and prioritize tasks to stay on track and achieve your goals", |
| 189 | + "description": "create, organize, and prioritize tasks to stay on track and achieve your goals", |
190 | 190 | "tags": ["html", "scss", "javascript", "responsive"], |
191 | 191 | "image": "/assets/images/projects/frontend/tools/planner.webp", |
192 | 192 | "pages": [{ "title": "home", "url": "/" }], |
193 | 193 | "sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/planner" }] |
| 194 | + }, |
| 195 | + { |
| 196 | + "name": "cronometer logger", |
| 197 | + "root": "/cronometer-logger", |
| 198 | + "description": "a stopwatch with built-in logging functionality, allowing you to record specific intervals", |
| 199 | + "tags": ["html", "css", "javascript"], |
| 200 | + "image": "/assets/images/projects/frontend/tools/cronometer-logger.webp", |
| 201 | + "pages": [{ "title": "home", "url": "/" }], |
| 202 | + "sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/cronometer-logger" }] |
| 203 | + }, |
| 204 | + { |
| 205 | + "name": "color generator", |
| 206 | + "root": "/color-generator", |
| 207 | + "description": "generate and copy colors with ease", |
| 208 | + "tags": ["html", "css", "javascript"], |
| 209 | + "image": "/assets/images/projects/frontend/tools/color-generator.webp", |
| 210 | + "pages": [{ "title": "home", "url": "/" }], |
| 211 | + "sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/color-generator" }] |
| 212 | + }, |
| 213 | + { |
| 214 | + "name": "image spliter", |
| 215 | + "root": "/image-spliter", |
| 216 | + "description": "transform your images with a variety of cool css filters and split them into different sections", |
| 217 | + "tags": ["html", "css", "javascript"], |
| 218 | + "image": "/assets/images/projects/frontend/tools/image-spliter.webp", |
| 219 | + "pages": [{ "title": "home", "url": "/" }], |
| 220 | + "sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/image-spliter" }] |
| 221 | + }, |
| 222 | + { |
| 223 | + "name": "image filters", |
| 224 | + "root": "/image-filters", |
| 225 | + "description": "transform your images with a variety of cool css filters", |
| 226 | + "tags": ["html", "css", "javascript"], |
| 227 | + "image": "/assets/images/projects/frontend/tools/image-filters.webp", |
| 228 | + "pages": [{ "title": "home", "url": "/" }], |
| 229 | + "sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/image-filters" }] |
| 230 | + }, |
| 231 | + { |
| 232 | + "name": "video cover", |
| 233 | + "root": "/video-cover", |
| 234 | + "description": "capture screenshots at different intervals from your videos", |
| 235 | + "tags": ["html", "css", "javascript"], |
| 236 | + "image": "/assets/images/projects/frontend/tools/video-cover.webp", |
| 237 | + "pages": [{ "title": "home", "url": "/" }], |
| 238 | + "sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/video-cover" }] |
| 239 | + }, |
| 240 | + { |
| 241 | + "name": "bmi calculator", |
| 242 | + "root": "/bmi-calculator", |
| 243 | + "description": "calculate your body-mass-index (bmi) to get an understanding of your weight status", |
| 244 | + "tags": ["html", "css", "javascript"], |
| 245 | + "image": "/assets/images/projects/frontend/tools/bmi-calculator.webp", |
| 246 | + "pages": [{ "title": "home", "url": "/" }], |
| 247 | + "sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/bmi-calculator" }] |
| 248 | + }, |
| 249 | + { |
| 250 | + "name": "flexbox kit", |
| 251 | + "root": "/flexbox-kit", |
| 252 | + "description": "visualize and experiment with flexbox properties to see how they change your layout", |
| 253 | + "tags": ["html", "css", "javascript"], |
| 254 | + "image": "/assets/images/projects/frontend/tools/flexbox-kit.webp", |
| 255 | + "pages": [{ "title": "home", "url": "/" }], |
| 256 | + "sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/flexbox-kit" }] |
194 | 257 | } |
195 | 258 | ] |
196 | 259 | } |
|
0 commit comments