ATS Resume Checker in JavaScript.
https://lrusso.github.io/ATSResumeChecker/ATSResumeChecker.htm
- Updated the mammoth.js dependency.
- Fixed CSS bugs to prevent blank spaces.
- Fixed bug when reusing the progress bar.
- Fixed bug when validating long paragraphs.
- Replaced all the alerts with an error message.
- Added a new tab showing the detected text.
- Added a validation to find repeated long words.
- Added a validation to find bullets without a text.
- Added a validation to find the first name in the email.
- Removed the soft skills validation as it's not required by ATS.
- Improved the code for handling keywords.
- Improved the code for the file type validations.
- Improved the code compatibility for old browsers.
- Improved the logic that validates the format of the LinkedIn URL.
- Improved rendering logic when parsing DOCX documents with bullets.
- Implemented internationalization support for English and Spanish.
- The project is now isolated, with all dependencies located in the HTML file.