⚠️ Disclaimer: This is a company internal/commercial project. Due to confidentiality agreements, only a limited portion of the codebase and features are shared publicly in this repository — enough to give an idea of the architecture and my contributions.The live demo link may show partial or limited functionality, as several confidential/production APIs are disabled or restricted in this public-facing build and may not behave as expected.
If you'd like to learn more about the full project, features, or my role in it, feel free to contact me directly — I'm happy to walk through it in detail.
CareerPath is an AI-powered platform that connects job seekers and employers through smart resume building and intelligent job matching. It provides a collaborative ecosystem with three dedicated dashboards — for Job Seekers, Employers, and Admins — each tailored to their specific workflows.
🔗 Live Preview: https://career-path-pearl.vercel.app/ 🔗 ** Github Backend:** https://github.com/Apur0y/career-path-backend-server
- AI-powered Resume Builder — generate, refine, and format professional resumes
- AI Job Suggestions — personalized job recommendations based on profile and skills
- Application tracking and profile management
- Post and manage job listings
- Advanced candidate filtering (skills, experience, location, etc.)
- Review AI-matched candidate suggestions
- Platform-wide user and content management
- Monitoring and moderation tools
- Analytics and reporting overview
- AI Resume Builder for generating tailored, professional resumes
- AI-driven Job Matching engine connecting seekers with relevant opportunities
- Advanced filtering system for refined search results across the platform
| Technology | Purpose |
|---|---|
| Next.js | React framework (App Router) |
| TypeScript | Type safety |
| React | UI library |
| Tailwind / PostCSS | Styling |
- Node.js (v18 or higher recommended)
# Clone the repository
git clone https://github.com/Apur0y/career-path-frontend.git
# Navigate into the project directory
cd career-path-frontend
# Install dependencies
npm installnpm run devOpen http://localhost:3000 in your browser to view the app.
⚠️ Note: Since this is a partial public build, some features relying on confidential/internal APIs may not function fully in this environment.
career-path-frontend/
├── public/ # Static assets
├── src/ # Application source code
├── next.config.ts # Next.js configuration
├── tsconfig.json # TypeScript configuration
└── postcss.config.mjs # PostCSS configuration
This repository is a partial showcase of a larger internal project. For more details, a full walkthrough, or collaboration inquiries, feel free to reach out directly.
- GitHub: @Apur0y