- Trending Projects 📈: Displays popular projects currently gaining traction within the platform, fostering visibility and engagement.
Trending Projects
- Explore Wide Categories of Projects 🔍: Offers a diverse range of project categories for users to browse and discover, catering to various interests and fields.
Project Categories
- Smart Recommendation System (SRS Module) 🧠: Utilizes algorithms to suggest relevant projects based on user preferences and activity, enhancing personalized project discovery.
Smart Recommendation System
- SAS Module:
- Summarize 📝: Automatically generates concise summaries of project content, aiding in quick understanding and review.
Summarize Module
- Ask ❓: Allows users to inquire about specific project details or information through a conversational interface.
Ask with Chatbot
- Web Scraping 🕸️: Gathers data from web sources to enrich project content and provide comprehensive insights.
Web Scrapping Module
- Student Dashboard🎓: Personalized dashboard for students to manage their projects, tasks, and interactions within the platform.
Student Dashboard
- University Dashboard 🏫: Administrative interface for universities to oversee projects, collaborations, and student activities.
University Dashboard
- CRD Space - Collaborative Research and Development 🤝: Shared workspace for multiple universities to collaborate on projects, fostering innovation and knowledge exchange.
CRD Space
- Project Management Tools:
- Kanban Board 📋: Visualizes project tasks and progress for efficient management and tracking.
- Calendar 🗓️: Enables scheduling and organization of project-related events and deadlines.
- Gantt Chart 📊: Provides a timeline view of project tasks and milestones for planning and monitoring.
- Chat Support 💬: Integrated chat functionality for real-time communication and collaboration among project members.
Project Management Tools
- Plagiarism Checker with Automated Plagiarism Report (via Email) 🕵️♂️: Ensures academic integrity by detecting plagiarized content within project submissions and automatically generating detailed reports for users.
Automated Plagiarism Report received via Email
- Admin Dashboard - Detailed Analytics 📊: Comprehensive analytics and insights for administrators to track platform usage, user engagement, and project performance.
Admin Dashboard
Different statistical metrics of Admin Dashboard
Event Form functionality in Admin Dashboard
- Web Analytics Integration 🌐: Integration with platforms like Google Analytics & Microsoft Clarity to track and analyze user behavior and website performance.
Web Analytics Integration ie : Google Analytics and Microsoft Clarity
System Architecture
-
Navigate to the server directory:
cd server
-
Install server dependencies:
npm install
-
Start the server:
node index.js
-
Open a new terminal window/tab.
-
Navigate to the client directory:
cd client
-
Install client dependencies:
npm install
-
Start the client application:
npm start