A simple job application tracker built with React + TypeScript.
Add applications, update status, search fast, and keep everything saved in the browser.
https://job-tracker-react-two.vercel.app/
- Add / edit / delete job applications
- Status tracking: Applied • Interview • Offer • Rejected
- Search + filter (company, title, location)
- Dark mode toggle
- Responsive UI
- LocalStorage persistence (data stays after refresh)
- React
- TypeScript
- Vite
- CSS
npm install
npm run dev