Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ResMatch treats your resume like source code and job descriptions like build tar

| Layer | Technology | Purpose |
|-------|------------|---------|
| Frontend | Next.js <!-- NEXTJS_VERSION_START -->16.1.6<!-- NEXTJS_VERSION_END --> | React app with App Router |
| Frontend | Next.js <!-- NEXTJS_VERSION_START -->16.2.1<!-- NEXTJS_VERSION_END --> | React app with App Router |
| Styling | Tailwind CSS <!-- TAILWIND_VERSION_START -->3.4.1<!-- TAILWIND_VERSION_END --> + shadcn/ui | Modern UI components |
| Backend | FastAPI <!-- FASTAPI_VERSION_START -->0.109.0<!-- FASTAPI_VERSION_END --> | Python async API |
| AI | Google Gemini API | Extraction + LLM tailoring |
Expand Down
95 changes: 49 additions & 46 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clsx": "^2.1.0",
"framer-motion": "^12.36.0",
"lucide-react": "^0.577.0",
"next": "^16.1.6",
"next": "^16.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^3.5.0"
Expand Down