- Personalized career development platform
- Analyzes user skills vs desired job requirements
- Generates a custom learning roadmap using Markmap

-
Resume Analysis
- Upload resume or input skills on first login
- Backend extracts and stores user skills
-
Skill Gap Identification
- Compares current skills with dream job requirements
-
Personalized Roadmaps
- Creates tailored roadmaps
- Uses Markmap structure from Markdown
-
Job Postings Integration
- Fetches near by job posting using Hacker News API
- New user signs up
- Upload resume or input skills
- Skills are stored in backend
- User specifies dream job role
- System compares and generates roadmap (Markmap)
- Job postings for that role shown via API
- Frontend: HTML
- Backend: Django
- Database: PostgreSQL
- Visualization: Markmap (Node module)
- Fork the repository
- Create a new branch
git checkout -b feature/YourFeature- Commit changes
git commit -m "Your message"- Push branch
git push origin feature/YourFeature- Open Pull Request