A platform to connect mentors and learners, synchronizing skill development with personalized guidance.
SkillSync is MentoNest's flagship project, designed to bridge skill gaps by pairing experts (mentors) with those looking to learn (mentees). Features include:
- User authentication & role-based dashboards
- Session scheduling & tracking
- Skill matching algorithm
- Progress monitoring tools
- Node.js 18+
- npm/yarn
- Backend API (see skillsync_backend)
- Fork the repository
- Clone your fork:
git clone https://github.com/MentoNest/skillsync_frontend.git - Install dependencies:
npm install - Set up environment variables (copy
.env.exampleto.env.local) - Run the development server:
npm run dev
We welcome contributions! Please see our Contributing Guide for details on:
- Reporting bugs
- Submitting pull requests
- Setting up your development environment
- Our code of conduct
Check out our public roadmap to see what we're working on next.
This project is licensed under the MIT License - see the LICENSE file for details.