Back to Projects
2025

CareerPath
Check it outCareerPath is a full-stack career and personalized roadmap platform designed to help students make informed career decisions. It provides structured skill-based roadmaps, AI guidance, task-based learning, progress tracking, and AI-powered career assistance, with a strong focus on students from Tier 2 and Tier 3 cities.
ReactNode.jsExpress.jsMongoDBJWTTailwind CSSAI Chatbot
Roles:Full-stack Developer & System Architect
Client:Personal Project










Features
- •User authentication with email verification and JWT
- •Resume Builder with customizable templates
- •Static Roadmaps for popular career paths
- •Personalized career roadmaps based on goals
- •Task-based learning with progress tracking
- •Mentor discovery and interaction system
- •AI-powered chatbot for career guidance
- •Secure backend APIs and scalable architecture
Technologies used
- ReactFrontend library for building scalable UI components.
- Tailwind CSSUtility-first CSS framework for responsive design.
- Node.jsBackend runtime for handling application logic.
- Express.jsREST API framework for backend services.
- MongoDBNoSQL database for user, roadmap, and task data.
- JWTSecure authentication and authorization mechanism.
Build steps
1.Clone the repository
git clone https://github.com/sandeep1404-praj/careerPath.git2.Install dependencies
npm install3.Configure environment variables
Create a .env file with DB and JWT keys4.Run backend server
npm run server5.Run frontend application
npm run dev