Web app for ATS-style CV feedback: upload a PDF, add the role and job description you are targeting, and get structured scores and improvement tips powered by AI.
- React 19 + React Router 7 + TypeScript + Vite + Tailwind CSS + Zustand (client state) + Puter.js (sign-in, cloud file storage, and AI APIs calls) + Vitest, Playwright (testing)
- Node.js 20+ recommended
- npm 10+
npm install
npm run dev- Users sign in using Puter
- On Upload, the user provides company, target job title, job description, and a PDF file (CV)
- The CV is then analysed using Puter AI
- Feedback returned back to the user's dashboard
💯