Skip to content

DynielleRyan/Job-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JobTracker

A beautiful, zero-backend job application Kanban tracker. All data lives in your browser's localStorage — no database, no server, no maintenance.

Stack

  • React + Vite + TypeScript
  • Tailwind CSS + custom design system
  • ShadCN/UI components
  • @dnd-kit drag and drop
  • localStorage persistence

Run locally

cd client
npm install
npm run dev

Open http://localhost:5173.

Deploy to Vercel

  1. Push to GitHub
  2. Import repo on vercel.com
  3. Set Root Directoryclient
  4. Framework will auto-detect as Vite
  5. Click Deploy — done

Features

  • 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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors