Quick Navigation
Jump to pages
Projects
Bugspot
Bugspot is a campus network, allowing students to connect like the 21st century.
ResumeLens is a Next.js app for resume analysis and job-fit workflows.
ResumeLens is a Next.js app designed to streamline resume analysis and job-fit workflows. The application offers a range of features aimed at simplifying the job application process for both job seekers and employers.
The project is structured as follows:
app/
page.tsx
analyze/page.tsx
jdmatch/page.tsx
jobs/page.tsx
components/
public/
To get started with ResumeLens, follow these steps:
npm install
npm run dev
Navigate to http://localhost:3000 to view the application.
The application has the following routes:
/ - Landing page/analyze - Resume analysis and recommendation view/jdmatch - Resume vs JD match flow/jobs - Job recommendation linksanalyze and jdmatch are currently mock/demo data in the frontend. Integration with a backend service for real scoring is a potential improvement.ResumeLens aims to bridge the gap between job seekers and employers by providing a platform for efficient resume analysis and job matching. With its modern tech stack and user-centric design, it has the potential to significantly impact the job application process.