{"id":25216311,"url":"https://github.com/96mdjanealam/studybuddy-client-a11","last_synced_at":"2026-04-05T22:35:49.368Z","repository":{"id":275872299,"uuid":"925538361","full_name":"96mdjanealam/studybuddy-client-a11","owner":"96mdjanealam","description":"Study Buddy is a web application designed to streamline the process of creating assignments and evaluating them efficiently. It provides tools for educators and students to interact seamlessly in an academic setting.","archived":false,"fork":false,"pushed_at":"2025-02-05T02:18:08.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T09:15:09.512Z","etag":null,"topics":["express","firebase","javascript","mongodb","nodejs","react-router","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://study-buddy-71834.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/96mdjanealam.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-01T05:16:04.000Z","updated_at":"2025-02-05T02:18:11.000Z","dependencies_parsed_at":"2025-02-05T03:17:44.572Z","dependency_job_id":"b6ff364f-3c00-4abb-8744-edb3b0e81d80","html_url":"https://github.com/96mdjanealam/studybuddy-client-a11","commit_stats":null,"previous_names":["96mdjanealam/studybuddy-client-a11"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/96mdjanealam/studybuddy-client-a11","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/96mdjanealam%2Fstudybuddy-client-a11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/96mdjanealam%2Fstudybuddy-client-a11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/96mdjanealam%2Fstudybuddy-client-a11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/96mdjanealam%2Fstudybuddy-client-a11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/96mdjanealam","download_url":"https://codeload.github.com/96mdjanealam/studybuddy-client-a11/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/96mdjanealam%2Fstudybuddy-client-a11/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["express","firebase","javascript","mongodb","nodejs","react-router","reactjs","tailwindcss"],"created_at":"2025-02-10T19:17:42.006Z","updated_at":"2026-04-05T22:35:49.182Z","avatar_url":"https://github.com/96mdjanealam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Study Buddy\n\n## About Study Buddy\nStudy Buddy is a web application designed to streamline the process of creating assignments and evaluating them efficiently. It provides tools for educators and students to interact seamlessly in an academic setting.\n\n## Live URL\n[Visit Study Buddy](https://study-buddy-71834.web.app/)  \n\n## 📖 Table of Contents\n- [Features](#-features)  \n- [Installation](#-installation)  \n- [Usage](#-usage)  \n- [Dependencies](#-dependencies)  \n- [Development](#-development)  \n\n## ✨ Features  \n- **Assignment Creation**: Teachers can easily create and assign tasks to students.  \n- **Submission Tracking**: Track the status of submitted assignments.  \n- **Automated Grading**: Evaluate assignments automatically using predefined criteria.  \n- **Collaboration Tools**: Facilitate discussions and queries related to assignments.  \n- **User Roles**: Distinct dashboards for teachers and students.  \n\n## 🛠 Installation  \n### Prerequisites  \nEnsure you have the following installed:  \n- [Node.js](https://nodejs.org/) (Latest LTS version recommended)  \n- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)  \n\n### Steps  \n1. Clone the repository:  \n   ```sh\n   git clone https://github.com/96mdjanealam/studybuddy-client-a11.git\n   cd studybuddy-client-a11\n   ```  \n2. Install dependencies:  \n   ```sh\n   npm install\n   # or\n   yarn install\n   ```  \n3. Set up environment variables:  \n   - Create a `.env.local` file in the project root.  \n   - Add the following environment variables:  \n     ```sh\n     VITE_FIREBASE_API_KEY=your-api-key\n     VITE_FIREBASE_AUTH_DOMAIN=your-auth-domain\n     VITE_FIREBASE_PROJECT_ID=your-project-id\n     VITE_STORAGE_BUCKET=your-storage-bucket\n     VITE_MESSAGING_SENDER_ID=your-messaging-sender-id\n     VITE_APP_ID=your-app-id\n     ```  \n\n## ⚙️ Configuration  \n- **Firebase**: Ensure that your Firebase project is correctly set up with authentication, database, and storage configurations.  \n- **Routing**: This project uses `react-router-dom` for client-side navigation.  \n\n## 🚀 Usage  \n1. Start the development server:  \n   ```sh\n   npm run dev\n   # or\n   yarn dev\n   ```  \n2. Open your browser and go to `http://localhost:5173/`.  \n\n## 📦 Dependencies  \nThis project is built using:  \n\n### **Main Dependencies**  \n- [`react`](https://react.dev/) – Core library for UI components  \n- [`react-router-dom`](https://reactrouter.com/) – Client-side routing  \n- [`axios`](https://axios-http.com/) – HTTP requests  \n- [`firebase`](https://firebase.google.com/) – Backend services  \n- [`tailwindcss`](https://tailwindcss.com/) + [`daisyUI`](https://daisyui.com/) – UI styling  \n- [`react-toastify`](https://github.com/fkhadra/react-toastify) – Notifications  \n- [`sweetalert2`](https://sweetalert2.github.io/) – Custom alerts  \n\n### **Development Dependencies**  \n- [`vite`](https://vitejs.dev/) – Fast development server  \n- [`eslint`](https://eslint.org/) – Code linting  \n- [`postcss`](https://postcss.org/) – CSS processing  \n- [`tailwindcss`](https://tailwindcss.com/) – Utility-first CSS framework  \n\n## 🛠 Development  \nTo build the project for production:  \n```sh\nnpm run build\n# or\nyarn build\n```  \nTo preview the production build:  \n```sh\nnpm run preview\n# or\nyarn preview\n```  \n\n## 🤝 Contributing  \nContributions are welcome! Feel free to submit issues or pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F96mdjanealam%2Fstudybuddy-client-a11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F96mdjanealam%2Fstudybuddy-client-a11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F96mdjanealam%2Fstudybuddy-client-a11/lists"}