{"id":25121289,"url":"https://github.com/imroknujjamanrony/edu-connect-client","last_synced_at":"2026-04-11T12:06:14.535Z","repository":{"id":275926523,"uuid":"927599533","full_name":"imroknujjamanrony/edu-connect-client","owner":"imroknujjamanrony","description":"EduConnect will revolutionize the way educational institutions, tutors, and students interact, making skill learning and class management more efficient and accessible than ever before.","archived":false,"fork":false,"pushed_at":"2025-02-18T08:47:41.000Z","size":1974,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T09:23:45.765Z","etag":null,"topics":["axios-react","cloudinary-api","daisyui","firebase","framer-motion","react","react-helmet-async","reacthook","reactjs","router-dom","sweetalert2","tailwind-css","tanstack-query"],"latest_commit_sha":null,"homepage":"https://educonnect-5a40e.web.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imroknujjamanrony.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-05T08:20:08.000Z","updated_at":"2025-02-18T08:47:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a1a84a0-91bf-487d-8359-0612cd6871a2","html_url":"https://github.com/imroknujjamanrony/edu-connect-client","commit_stats":null,"previous_names":["imroknujjamanrony/edu-connect-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imroknujjamanrony%2Fedu-connect-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imroknujjamanrony%2Fedu-connect-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imroknujjamanrony%2Fedu-connect-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imroknujjamanrony%2Fedu-connect-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imroknujjamanrony","download_url":"https://codeload.github.com/imroknujjamanrony/edu-connect-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246838010,"owners_count":20841986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios-react","cloudinary-api","daisyui","firebase","framer-motion","react","react-helmet-async","reacthook","reactjs","router-dom","sweetalert2","tailwind-css","tanstack-query"],"created_at":"2025-02-08T06:17:42.146Z","updated_at":"2026-04-11T12:06:14.523Z","avatar_url":"https://github.com/imroknujjamanrony.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EduConnect\n\nEduConnect is a MERN (MongoDB, Express, React, Node.js) stack platform designed for educational institutions, tutors, and students to streamline skill learning and class management. It provides dynamic dashboards for different user roles and a responsive design to ensure accessibility on all devices.\n\n## Features\n\n### **General Features**\n\n- User authentication and role-based access control (students, tutors, and admins).\n- Secure private and protected routes.\n- Notifications for important updates.\n- Fully responsive design for all devices.\n\n### **Admin Dashboard**\n\n- Approve or reject submitted classes by tutors.\n- Monitor class enrollments and student participation.\n- View and manage all users.\n\n### **Tutor Dashboard**\n\n- Create, update, and delete classes.\n- Add assignments and resources to classes.\n- Monitor class progress and student engagement.\n\n### **Student Dashboard**\n\n- Browse available classes and enroll.\n- Submit assignments and view grades.\n- Track progress through personalized dashboards.\n\n### **Dynamic Pages**\n\n- Class details with information on assignments, schedule, and progress.\n- Enrollment management for admins and tutors.\n\n### **Data Management**\n\n- CRUD operations for managing classes, users, and assignments.\n- Real-time data fetching and updates with TanStack Query.\n\n### **AI Integration**\n\n- **Gemini AI Bot**: EduConnect includes a smart assistant powered by Google’s Gemini AI. This chatbot helps users—students, tutors, and admins—by answering questions, assisting with navigation, and providing educational support based on user queries. The integration enhances interactivity and improves the overall user experience.\n\n### **Optional Advanced Features**\n\n- Dark/light theme toggle.\n- Charts and analytics for admins and tutors to visualize performance and progress.\n\n## Technologies Used\n\n### **Frontend**\n\n- React.js\n- Tailwind CSS for styling\n- Context API for state management\n\n### **Backend**\n\n- Node.js with Express.js\n- MongoDB as the database\n- Firebase Authentication for user login and registration\n- JWT (JSON Web Token) for secure route access\n\n### **Other Tools \u0026 Libraries**\n\n- Axios for API requests\n- TanStack Query for data fetching and caching\n- SweetAlert2 for elegant notifications\n- Cloudinary for image storage\n- **Gemini AI API** for chatbot functionality\n\n## Project Requirements\n\n- Use of private and protected routes for secure access.\n- Notifications for CRUD operations and system updates.\n- Role-based functionality for different user types (admin, tutor, student).\n- Responsiveness for seamless use across devices.\n- GitHub commits showcasing project development stages.\n- Integration of advanced features such as analytics and theming (optional).\n\n---\n\n## Running the Project Locally\n\nFollow these steps to run the project on your local machine:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/educonnect.git\n   cd educonnect\n   ```\n\n2. Install the dependencies:\n\n   **Install backend dependencies**\n\n   ```bash\n   cd backend\n   npm install\n   ```\n\n   **Install frontend dependencies**\n\n   ```bash\n   cd ../frontend\n   npm install\n   ```\n\n3. Set up environment variables:  \n   Create a `.env` file in the `backend` directory and add the following variables:\n\n   ```plaintext\n   MONGODB_URI=your_mongodb_connection_string\n   JWT_SECRET=your_jwt_secret\n   FIREBASE_API_KEY=your_firebase_api_key\n   FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain\n   FIREBASE_PROJECT_ID=your_firebase_project_id\n   FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket\n   FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id\n   FIREBASE_APP_ID=your_firebase_app_id\n   CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name\n   CLOUDINARY_API_KEY=your_cloudinary_api_key\n   CLOUDINARY_API_SECRET=your_cloudinary_api_secret\n   GEMINI_API_KEY=your_gemini_api_key\n   ```\n\n4. Run the backend server:\n\n   ```bash\n   cd backend\n   npm start\n   ```\n\n5. Run the frontend server:\n\n   ```bash\n   cd ../frontend\n   npm start\n   ```\n\n6. Access the project:  \n   Open your browser and navigate to `https://edu-connect-server-ebon.vercel.app`\n\n---\n\n## Live Project Links \u0026 Resources\n\n- **Live Project:** [Live-Link](https://educonnect-5a40e.web.app/)\n- **Frontend Repository:** GitHub - [EduConnect Frontend](https://github.com/imroknujjamanrony/edu-connect-client)\n- **Backend Repository:** GitHub - [EduConnect Backend](https://github.com/imroknujjamanrony/edu-connect-server)\n- **Documentation:** [EduConnect Docs](https://docs.google.com/document/d/1KLILVYU1j9hfFoING-O37VTesxbzEnBuJC0_trBIx2I/edit?pli=1\u0026tab=t.0)\n\n---\n\nEduConnect aims to simplify and optimize the education management system, offering a collaborative and interactive platform for users. For any questions or support, feel free to contact the development team.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimroknujjamanrony%2Fedu-connect-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimroknujjamanrony%2Fedu-connect-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimroknujjamanrony%2Fedu-connect-client/lists"}