Skip to content

jsndz/Portfolio

Repository files navigation

const [items, setItems] = useState<ProjectItem[]>([ { title: "Noatric", src: "https://api.microlink.io/?url=https%3A%2F%2Fnoatric.vercel.app%2Fhome&screenshot=true&embed=screenshot.url", width: 1920, height: 1080, category: "Web Application", subtitle2: "Ecommerce Website", }, { title: "SkySense", src: "https://api.microlink.io/?url=https%3A%2F%2Fjsndz.github.io%2FskysenseDeploy%2F&overlay.browser=dark&screenshot=true&embed=screenshot.url", width: 1920, height: 1080, category: "Web Application", subtitle2: "Weather Data", }, { title: "Ephemera", src: "https://api.microlink.io/?url=https%3A%2F%2Fephemera-rho.vercel.app%2F&overlay.browser=dark&screenshot=true&embed=screenshot.url", width: 1920, height: 1080, category: "Web Application", subtitle2: "Secure Communication", }, { title: "Building a SQLite with C", src: "/assets/lang/CSS.svg", width: 1920, height: 1080, category: "Software Development", subtitle2: "Database Project", }, { title: "CLI_Template.js", src: "/assets/lang/CSS.svg", width: 1920, height: 1080, category: "Software Development", subtitle2: "Command Line Tool", }, { title: "PrimeBoard", src: "https://api.microlink.io/?url=https%3A%2F%2Fprimeboard.vercel.app%2F&overlay.browser=dark&screenshot=true&embed=screenshot.url", width: 1920, height: 1080, category: "Web Application", subtitle2: "Product Leaderboard", }, { title: "Dept-Emp", src: "/assets/lang/CSS.svg", width: 1920, height: 1080, category: "Web Application", subtitle2: "DBMS Mini-Project", }, { title: "v4-Parking-Service", src: "/assets/lang/CSS.svg", width: 1920, height: 1080, category: "IoT Development", subtitle2: "Smart Parking", }, { title: "SnapShort", src: "/assets/lang/CSS.svg", width: 1920, height: 1080, category: "Backend Development", subtitle2: "URL Shortener", }, { title: "SnapStory", src: "/assets/lang/CSS.svg", width: 1920, height: 1080, category: "Backend Development", subtitle2: "Short Blog Posts", }, { title: "Twitter backend clone", src: "/assets/lang/CSS.svg", width: 1920, height: 1080, category: "Backend Development", subtitle2: "Social Media Backend", }, ]);