-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
Description
✨ Feature Description
Add an ATS Resume Score Checker tool that allows users to upload their resume and compare it against a job description. The tool will analyze keywords, formatting, and basic details (like contact info) to provide a score and suggestions for improvement.
🎯 Why is this Needed?
- Helps job seekers optimize resumes for Applicant Tracking Systems (ATS), which are commonly used by recruiters.
- Provides actionable feedback (missing keywords, formatting issues, length, contact info).
- Complements existing document-related tools in the project by adding career-focused utility.
📋 Possible Implementation
Frontend
- Build the tool using HTML, CSS, and JavaScript.
- Use pdf.js (for PDF parsing) and mammoth.js (for DOCX parsing) to extract resume text directly in the browser.
Add input fields:
- Resume upload (PDF/DOCX/TXT).
- Job description text area.
Analyze and display:
- ATS Score (0–100%)
- Matched & missing keywords
- Formatting checks (tables/images, length, contact info).