An AI-powered resume analysis tool that transforms your PDF resume into actionable insights, comprehensive summaries, and personalized recommendations.
- AI-Powered Analysis: Upload your resume and get intelligent AI-driven insights
- Smart Chat: Interactive Q&A about your resume content
- Instant Insights: Get immediate feedback and suggestions
- Career Tips: Receive personalized career recommendations
- Secure Processing: Documents are processed securely without permanent storage
- Beautiful UI: Modern, responsive design with smooth animations
- Framework: Next.js 15 (App Router)
- Language: TypeScript
- UI Library: React 19
- Form Handling: React Hook Form with Zod validation
- State Management: Zustand
- Styling: Tailwind CSS
- UI Components:Shadcn UI
- Node.js 18+
- npm or yarn or pnpm
- Clone the repository
git clone https://github.com/SubhaMaity21/ResumeGenie.git
cd resume-analyzer
npm install
# or
yarn install
# or
pnpm install