// selected-work.ts
const products = ideas.map(build);
Some of my recent work and side projects
export const WebProjects = [
{
name: "Local Artisan Marketplace",
description: "A React.js-based marketplace for local artisans that promotes sustainable shopping and community support.",
features: ["Product listings","Shopping cart","User authentication","Category-based navigation","Responsive UI",],
stack: ["React.js","CSS","JavaScript",],
},
{
name: "IT Pro Entrance",
description: "A modern educational platform designed to help students prepare for IT entrance exams with interactive resources and a user-friendly interface.",
features: ["Course browsing","Mock test system","Responsive layout","Modern UI/UX",],
stack: ["Next.js","Tailwind CSS","JavaScript",],
},