Components
A fully interactive job application tracker with a Kanban-style pipeline (To Apply → Applied → Offer), drag-and-drop card management, sortable/filterable list view, action items checklist, resume upload, and dark/light theme support. Built with React and TypeScript.
Loading preview...
import { Component } from "@/components/ui/job-application-tracker-notion-style";
export default function DemoOne() {
return <Component />;
}