DEV Community

Girish Thota
Girish Thota

Posted on

I Built an ATS Resume Checker Using JavaScript

While applying for jobs, I realized many resumes get rejected by ATS systems before a human even sees them.

So I built a small tool called ATS Resume Checker.

What it does:

• Scores your resume out of 100
• Compares resume with job description
• Detects missing keywords
• Provides suggestions to improve ATS compatibility

The tool runs directly in the browser and requires no installation.

It was a fun side project and I learned a lot while building it.

If you're interested, you can check it out here:

https://thotagirish.gumroad.com/l/ewgpja

Live project link :
https://girishthota.github.io/ATS-Resume-Checker-Resume-Score-Keyword-Analyzer/

Top comments (0)