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