A full-stack job application tracking app built with React and Supabase. This app allows users to manage their job search by storing applications, tracking statuses, and updating progress in real time.
https://job-tracker-five-phi.vercel.app
- User authentication (sign up / login)
- Add job applications
- Update application status (Applied, Interview, Offer, Rejected)
- Delete applications
- Store notes, job links, and interview dates
- Responsive UI with a clean dashboard layout
- React (Vite)
- Supabase (Authentication + Database)
- Vercel (Deployment)
Users create an account and log in. Each user can:
- Add new job applications
- Track interview dates and notes
- Update the status as they progress
- Delete applications they no longer need
All data is securely stored using Supabase with row-level security so users only see their own data.
(Add screenshots here later)
- Search and filter applications
- Dashboard analytics (total apps, interviews, offers)
- Edit application feature
- Status color indicators
- Mobile UI improvements
Shye