// 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: "Fresh Khaja",

description: "A web development project featuring a modern food ordering experience with clean UI and product showcases.",

features: ["Menu browsing","Order flow","Responsive layout","Modern design",],
stack: ["Next.js","Tailwind 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",],

},

export const DataProjects = [

{

name: "Income Data Analysis",

description: "A data science project analyzing income trends and patterns using Python data tools.",

features: ["Data cleaning","Exploratory analysis","Statistical insights","Visualizations",],
stack: ["Python","Pandas","Matplotlib",],

},

{

name: "Titanic Data Analysis",

description: "A data analysis project exploring Titanic survival factors and model insights.",

features: ["Feature engineering","Model evaluation","Survival analysis","Data storytelling",],
stack: ["Python","scikit-learn","Seaborn",],

},