An interactive web-based Resume Analyzer that helps users analyze resumes by extracting skills and identifying missing keywords.
- Upload resume (PDF / text-based)
- Extract skills from resume
- Identify matched and missing skills
- Simple and clean UI
- Runs fully on frontend (no backend)
- HTML
- CSS
- JavaScript
- Open
index.htmlin your browser
(or use Live Server in VS Code)
- User uploads a resume
- Resume text is read using JavaScript
- Skills are compared with predefined skill list
- Output shows:
- Matched skills
- Missing skills
- Skill analysis result
A sample resume file is included for testing:
- PDF parsing with libraries
- Backend integration
- AI-based resume scoring
- ATS keyword matching
Harsha Kumar
GitHub: https://github.com/harshakumar25
This project is open-source and available under the MIT License.