A beautiful, zero-backend job application Kanban tracker. All data lives in your browser's localStorage — no database, no server, no maintenance.
- React + Vite + TypeScript
- Tailwind CSS + custom design system
- ShadCN/UI components
- @dnd-kit drag and drop
- localStorage persistence
cd client
npm install
npm run devOpen http://localhost:5173.
- Push to GitHub
- Import repo on vercel.com
- Set Root Directory →
client - Framework will auto-detect as Vite
- Click Deploy — done
- Kanban board with drag & drop (within and between columns)
- Add / rename / delete / recolor columns
- Add / edit / delete job applications
- Job posting link field
- Date applied tracking
- Notes field
- Dark / light mode toggle
- Stats bar (total, active, offers)
- Zero backend — pure localStorage