A streamlined web application designed to help job seekers organize their recruitment journey. Track applications, manage interview status, and keep your job search data organized in one place.
The Job Application Tracker is a lightweight, frontend-only solution for managing job hunt data. It provides an intuitive dashboard to track various job status phases, ensuring you never lose track of a potential opportunity.
- Structure: Semantic HTML5
- Logic: Vanilla JavaScript (ES6+)
- Styling: Tailwind CSS & DaisyUI
- Icons: FontAwesome
- Application Dashboard: A central hub to view all active job listings.
- Status Management: Toggle between "Interview", "Rejected", and "Not Applied" statuses effortlessly.
- Live Tracking: Real-time counter for Total, Interview, and Rejected jobs.
- Dynamic Filtering: Filter your job list by status to focus on what matters most.
- Data Deletion: Easily remove job entries from your tracker.
- Responsive UI: Optimized for mobile, tablet, and desktop viewing experiences.
- DaisyUI v5 (via CDN)
- Tailwind CSS v4 (via CDN)
- FontAwesome v6 (via CDN)
To run this project on your local machine:
- Clone the repository:
git clone https://github.com/ahadunnobi/B13-A4-PH-Job-Tracker.git
- Navigate to the project directory:
cd B13-A4-PH-Job-Tracker - Open the project:
Open
index.htmlin your preferred web browser (Chrome, Firefox, Edge, etc.).