Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ The project is built with **Next.js 13** and follows its standard conventions. A

| Page Route | Code Path | Purpose |
|---|---|---|
| `/` | `/page.tsx` | Landing page — hero section, demo, testimonials |
| `/resume-import` | `/resume-import/page.tsx` | Upload and parse an existing resume PDF (`ResumeDropzone`) |
| `/resume-builder` | `/resume-builder/page.tsx` | Build and download your resume (`ResumeForm` + `Resume`) |
| `/resume-parser` | `/resume-parser/page.tsx` | Test ATS readability using `parseResumeFromPdf` |
| `/` | `src/app/page.tsx` | Landing page — hero section, demo, testimonials |
| `/resume-import` | `src/app/resume-import/page.tsx` | Upload and parse an existing resume PDF (`ResumeDropzone`) |
| `/resume-builder` | `src/app/resume-builder/page.tsx` | Build and download your resume (`ResumeForm` + `Resume`) |
| `/resume-parser` | `src/app/resume-parser/page.tsx` | Test ATS readability using `parseResumeFromPdf` |

---

Expand Down