{"id":26320920,"url":"https://github.com/istiak19/educircle-client","last_synced_at":"2026-04-07T18:31:32.855Z","repository":{"id":271693753,"uuid":"914259447","full_name":"istiak19/EduCircle-client","owner":"istiak19","description":"This project aims to create an interactive platform for managing assignments in an online group study environment. It allows users to create, submit, and grade assignments while promoting collaboration and accountability. Key features include login options, assignment management (create, modify, delete), peer grading.","archived":false,"fork":false,"pushed_at":"2025-02-19T03:59:47.000Z","size":31844,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T12:22:48.213Z","etag":null,"topics":["expressjs","firebase","mono","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"https://educircle-839d0.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/istiak19.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-09T08:53:45.000Z","updated_at":"2025-02-19T03:59:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"eec946ab-3bc0-4767-ab38-271e84e7212a","html_url":"https://github.com/istiak19/EduCircle-client","commit_stats":null,"previous_names":["istiak19/educircle-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/istiak19/EduCircle-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/istiak19%2FEduCircle-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/istiak19%2FEduCircle-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/istiak19%2FEduCircle-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/istiak19%2FEduCircle-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/istiak19","download_url":"https://codeload.github.com/istiak19/EduCircle-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/istiak19%2FEduCircle-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["expressjs","firebase","mono","nodejs","reactjs"],"created_at":"2025-03-15T16:15:36.644Z","updated_at":"2026-04-07T18:31:32.836Z","avatar_url":"https://github.com/istiak19.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎓 EduCircle  \n\n**EduCircle** is an interactive platform designed for managing assignments in an online group study environment. It enables users to create, submit, and grade assignments while promoting collaboration and accountability. With user authentication, peer grading, and a customizable theme, **EduCircle** provides an engaging and flexible experience for students and educators.  \n\n🔗 **Live Website:** [EduCircle](https://educircle-839d0.web.app/) \n\n---\n\n## 📌 Features  \n\n✅ **User Authentication** – Sign up and log in via form or Google authentication.  \n✅ **Assignment Management** – Create, modify, and delete assignments easily.  \n✅ **Assignment Submission** – Submit assignments with \"pending\" or \"completed\" status.  \n✅ **Peer Grading** – Users can grade others' assignments but not their own.  \n✅ **Pending Status** – Only \"pending\" assignments are shown in the status list.  \n✅ **Dark/Light Theme** – Switch between dark and light mode for a better experience.  \n\n---\n\n## 📜 Table of Contents  \n\n- [Tech Stack](#-tech-stack)  \n- [Dependencies](#-dependencies)  \n- [Installation](#-installation)  \n- [Usage Guide](#-usage-guide)  \n- [Configuration](#-configuration)  \n- [Development Commands](#-development-commands)  \n- [Contributing](#-contributing)  \n- [License](#-license)  \n\n---\n\n## 🛠 Tech Stack  \n\n### **Frontend:**  \n- **React** – Component-based UI development  \n- **React Router** – Navigation and routing  \n- **Tailwind CSS \u0026 DaisyUI** – Modern and responsive styling  \n- **Firebase** – Authentication and database management  \n\n---\n\n## 📦 Dependencies  \n\n- **State Management:** React Query  \n- **Authentication:** Firebase  \n- **Forms \u0026 Validation:** React Hook Form  \n- **UI Components:** DaisyUI, SweetAlert2, React Icons  \n- **Animations:** Lottie React, AOS  \n- **SEO Optimization:** React Helmet  \n- **Date Handling:** Date-fns  \n\n🔹 Full dependency list available in [`package.json`](package.json).  \n\n---\n\n## 📥 Installation  \n\n1️⃣ Clone the repository:  \n```sh\ngit clone https://github.com/istiak19/EduCircle-client.git\ncd EduCircle-client\n```  \n\n2️⃣ Install dependencies:  \n```sh\nnpm install\n```  \n\n3️⃣ Start the development server:  \n```sh\nnpm run dev\n```  \n\n---\n\n## 🎯 Usage Guide  \n\n- **Students** → Create, submit, and track assignments.  \n- **Peer Graders** → Review and grade assignments (except their own).  \n- **Admins** → Oversee assignment management and user interactions.  \n\n💡 **Ensure Firebase credentials are set up in the `.env` file before running the project.**  \n\n---\n\n## 🔧 Configuration  \n\n- **Firebase Setup** → Add Firebase credentials in `firebaseConfig.js`.  \n- **Theme Customization** → Default theme settings can be modified in `tailwind.config.js`.  \n\n---\n\n## 🚀 Development Commands  \n\n🔹 **Start Development Server:**  \n```sh\nnpm run dev\n```  \n\n🔹 **Build for Production:**  \n```sh\nnpm run build\n```  \n\n🔹 **Run Linter:**  \n```sh\nnpm run lint\n```  \n\n🔹 **Preview Build:**  \n```sh\nnpm run preview\n```  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fistiak19%2Feducircle-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fistiak19%2Feducircle-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fistiak19%2Feducircle-client/lists"}