SkillSync is an innovative collaborative workspace platform designed to connect professionals, learners, and mentors for skill development. Built with cutting-edge technologies, SkillSync allows users to manage learning sessions, share resources, and build a community of growth and support. With advanced features like real-time collaboration, structured learning modules, and personalized feedback, SkillSync is the future of skill-building and professional networking.
- Nodejs (v16.18.0)
- Reactjs
- MongoDB
- WebSockets - SocketIO
- Antd/Tailwind/MUI
- Vercel
-
Secure Authentication & Authorization:
- Robust user authentication and role-based authorization ensure a secure collaboration environment.
-
Interactive Learning Modules
- Detailed course structure with video lessons, quizzes, and reading materials.
-
Collaborative Workspaces
- Create workspaces for group learning or professional development. Assign channels within each workspace for topics, discussions, and projects.
-
Real-time Communication & Feedback
- Real-time chat, video, and audio communication within workspaces. Direct messaging and notifications to keep everyone informed.
-
Performance Tracking
- Personalized dashboards to track progress and skill development. Metrics such as course completion rate, quiz scores, and activity history.
-
Collaboration Feature:
- Real-time audio and video conferencing within channels, enhancing communication and collaboration.
-
Centralized Filtered File Sharing:
- Streamlined document management with advanced filters, version control, and automated categorization for efficient file sharing.
You need npm/yarn installed in your local machine in order to run this app.
npm install
npm run dev
- Make sure your machine is having internet connection.
- Fork the repository.
- Open shell (which ever your OS support) on your PC.
- Change drive to the location where you want your project to be copied.
- Clone it to your local setup by using command git clone
<repo link>
. - Once cloned, Run the following command in the root directory of the project
npm install
. - After the process is completed, run the command
npm run dev
. - The website will be live on
localhost:3000
.
- Download and install the latest version of Git.
- Set your username in Git.
- Set your commit email address in Git.
- Antd Docs
- Setup Nodejs
Comment on the issue. In case of no activity on the issue even after 2 days, the issue will be reassigned. If you have difficulty approaching the issue, feel free to ask on our discord channel.
Whether you are working on a new feature or facing a doubt please feel free to ask us on our discord channel. We will be happy to help you out.
Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.
-
People before code: If any of the following rules are violated, the pull-requests must not be rejected. This is to create an easy and joyful onboarding process for new programmers and first-time contributors.
-
Single commit per pull request and name the commit as something meaningful, example: Adding <-your-name-> in students/mentors section.
-
Reference the issue numbers in the commit message if it resolves an open issue. Follow the PR Template Issue: < ISSUE NUMBER >
-
Provide the link to live gh-pages from your forked repository or relevant screenshot for easier review.
-
Pull Request older than 3 days with no response from the contributor shall be marked closed.
-
Do not make PR which is not related to any issues. You can create an issue and solve it once we approve them.
-
Avoid duplicate PRs, if need be comment on the older PR with the PR number of the follow-up (new PR) and close the obsolete PR yourself.
-
Be polite: Be polite to other community members.