A simple React.js project to help you track your job applications. You can add, edit, delete, filter, and sort job entries — and all your data is saved in localStorage, so nothing gets lost on refresh!
- ✅ Add new job applications
- ✏️ Edit or delete existing entries
- 🎯 Filter by status: Interview, Rejected, Selected
- 📅 Sort by applied date (Latest or Oldest first)
- 💾 Save all data in
localStorageso it stays after refresh
- React.js (Functional Components)
- React Hook Form
- Tailwind CSS
- useState & useEffect
- LocalStorage
git clone https://github.com/your-username/job-application-tracker.git
cd job-application-tracker
npm install
npm start