A simple and interactive Job Application Tracker built using HTML, CSS, and Vanilla JavaScript.
Track your job applications from applied β interview β offer β rejection with ease.
- β Add new job applications
- βοΈ Edit existing applications
- β Delete applications
- π Status tracking (Applied, Interview, Offered, Rejected)
- π Real-time search (company & role)
- π― Filter by application status
- πΎ Data persistence using localStorage
- π Dynamic stats dashboard
- HTML5
- CSS3
- JavaScript (ES6)
- LocalStorage API
- All applications are stored in an array
- Data is saved in localStorage
- UI updates dynamically using DOM manipulation
- Search and filter are combined using a shared filtering function