Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,20 +170,6 @@ export const projects: Project[] = [
sourceUrl: "https://github.com/luinbytes/pixel-morph",
demoUrl: "https://luinbytes.github.io/pixel-morph/",
featured: true,
},
{
id: "price-pulse",
name: "PricePulse",
type: "Web App",
description: "Real-time price tracking and comparison dashboard.",
longDescription: "A modern dashboard to track product prices across e-commerce sites, visualize trends, and automatically find the best deals.",
approach: "Leverages Puppeteer for scraping, Supabase for data persistence, and a polished React frontend for visualization.",
outcome: "Empowers users to make informed purchasing decisions with historical price data.",
techStack: ["React 19", "TypeScript", "Vite", "Supabase", "Puppeteer"],
tags: ["Shopping", "Dashboard", "Scraping", "Supabase"],
sourceUrl: "https://github.com/luinbytes/price-tracker",
demoUrl: "https://luinbytes.github.io/price-tracker/",
featured: true,
}
];

Expand Down
Loading