Skip to content

Commit a2cccf4

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent efd3797 commit a2cccf4

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

public/images/wasm-convertify.png

61.3 KB
Loading

src/components/sections/Projects.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
import ProjectCard from "../ui/ProjectCard";
22

33
const projects = [
4+
{
5+
title: "WASM Convertify",
6+
description:
7+
"A privacy-first, universal file converter powered by WebAssembly. Process documents, images, videos, and audio directly in your browser with zero server uploads. Built with React, TypeScript, and FFmpeg.wasm for high-performance, offline-capable conversions.",
8+
tags: ["React", "TypeScript", "Tailwind CSS", "Zustand", "FFmpeg.wasm", "WebAssembly"],
9+
tryit: "https://wasm-convertify.vercel.app",
10+
image: "/images/wasm-convertify.png",
11+
},
412
{
513
title: "Love-as-a-Service (LaaS)",
614
description:

0 commit comments

Comments
 (0)