WEBSITE LINK:-https://resumeninjax.netlify.app/
A frontend-first ATS checker that parses resumes in the browser and scores them against a job description.
- Upload resume files (
.pdf,.docx,.txt) - Extract and normalize resume text locally in-browser
- Parse job description keywords and match against resume content
- Compute weighted ATS score across 5 dimensions
- Generate actionable feedback and optimization suggestions
- Export a downloadable HTML report
- React + TypeScript + Vite
- Tailwind CSS + Radix UI (shadcn patterns)
- Framer Motion + Three.js / React Three Fiber
npm install
npm run devnpm run build
npm run preview- Analysis history is stored in
localStorage(last 10 runs). - No server is required for core parsing/scoring flow.