{"id":29013279,"url":"https://github.com/afrinbhuiyan/kind-hands-client","last_synced_at":"2026-04-11T19:02:00.068Z","repository":{"id":301123361,"uuid":"1008155728","full_name":"afrinbhuiyan/kind-hands-client","owner":"afrinbhuiyan","description":"A full-stack volunteer management platform connecting organizations with volunteers. Built with React, Node.js, Firebase, and MongoDB.","archived":false,"fork":false,"pushed_at":"2025-08-10T13:59:25.000Z","size":3514,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-10T15:34:31.979Z","etag":null,"topics":["express","firebase","fullstack-app","jwt-authentication","mongodb","nodejs","react","tailwindcss","volunteer-management"],"latest_commit_sha":null,"homepage":"https://kind-hands-50929.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/afrinbhuiyan.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}},"created_at":"2025-06-25T05:49:06.000Z","updated_at":"2025-08-10T13:59:28.000Z","dependencies_parsed_at":"2025-06-25T09:40:34.803Z","dependency_job_id":null,"html_url":"https://github.com/afrinbhuiyan/kind-hands-client","commit_stats":null,"previous_names":["afrinbhuiyan/kind-hands-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/afrinbhuiyan/kind-hands-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afrinbhuiyan%2Fkind-hands-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afrinbhuiyan%2Fkind-hands-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afrinbhuiyan%2Fkind-hands-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afrinbhuiyan%2Fkind-hands-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afrinbhuiyan","download_url":"https://codeload.github.com/afrinbhuiyan/kind-hands-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afrinbhuiyan%2Fkind-hands-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31691503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"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":["express","firebase","fullstack-app","jwt-authentication","mongodb","nodejs","react","tailwindcss","volunteer-management"],"created_at":"2025-06-25T19:10:39.276Z","updated_at":"2026-04-11T19:02:00.047Z","avatar_url":"https://github.com/afrinbhuiyan.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# 🤝 Kind Hands – Volunteer Management Platform\n\n![Kind Hands Banner](https://raw.githubusercontent.com/afrinbhuiyan/kind-hands-client/main/assets/screenshot.png)\n\nA modern full-stack platform that connects organizations with volunteers, enabling secure, real-time coordination and efficient volunteer management.\n\n---\n\n## 🌐 Live Demo\n\n- **Client (Frontend):** https://kind-hands-50929.web.app/  \n- **Server (Backend):** https://kind-hands-server.vercel.app/  \n- **Server Repository:** https://github.com/afrinbhuiyan/kind-hands-server-site\n\n---\n\n## ✨ Key Features\n\n### 🔒 Security \u0026 Authentication\n- Firebase Authentication (Email/Google Login)\n- JWT Protected APIs\n- Role-Based Access Control (Admin/User)\n\n### 📊 Volunteer Management\n- Create, Edit, and Delete Volunteer Posts\n- Real-Time Volunteer Request System\n- Personalized User Dashboards\n- Advanced Search \u0026 Filtering Options\n\n### 🎨 UI/UX \u0026 Performance\n- Dark/Light Mode Support\n- Smooth Animations (Framer Motion)\n- Mobile-First Responsive Design\n- Interactive Data Visualization\n- Consistent Styling with Tailwind CSS \u0026 DaisyUI\n\n---\n\n## 🛠 Tech Stack\n\n### Frontend\n| Category   | Technologies               |\n| ---------- | -------------------------- |\n| Core       | React 18 + Vite            |\n| State      | Context API + Custom Hooks |\n| Styling    | Tailwind CSS + DaisyUI     |\n| Animation  | Framer Motion, Lottie      |\n| UI Library | Flowbite, React Icons      |\n\n### Backend\n| Category   | Technologies               |\n| ---------- | -------------------------- |\n| Server     | Node.js + Express          |\n| Database   | MongoDB Atlas              |\n| Auth       | Firebase Admin + JWT       |\n| API Design | RESTful Architecture       |\n\n---\n\n## 💻 Local Development Guide\n\n### Backend (Server)\n```bash\n# 1. Clone the repository\ngit clone https://github.com/afrinbhuiyan/kind-hands-server-site.git\n\n# 2. Navigate into the project folder\ncd kind-hands-server-site\n\n# 3. Install dependencies\nnpm install\n\n# 4. Create a .env file and add:\nPORT=3000\nDB_URI=your_mongodb_uri\nFIREBASE_SERVICE_ACCOUNT=your_firebase_config\nJWT_SECRET=your_secret_key\n\n# 5. Run the server\nnodemon index.js\n```\nServer will run at: **http://localhost:3000**\n\n---\n\n### Frontend (Client)\n```bash\n# 1. Clone the repository\ngit clone https://github.com/afrinbhuiyan/kind-hands-client.git\n\n# 2. Navigate into the project folder\ncd kind-hands-client\n\n# 3. Install dependencies\nnpm install\n\n# 4. Run the client\nnpm run dev\n```\nClient will run at: **http://localhost:5173**\n\n---\n\n## 📄 License\nThis project is licensed under the **MIT License** – you are free to use, modify, and contribute.\n\n---\n\n## 🧠 Author\n**Mst Afrin**  \n📍 Dhaka, Bangladesh  \n📧 Email: [mstafrinbhuiyan@gmail.com](mailto:mstafrinbhuiyan@gmail.com)  \n💻 GitHub: [afrinbhuiyan](https://github.com/afrinbhuiyan)  \n\nBuilt with ❤️ using **React, Firebase, Node.js, and Tailwind CSS**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafrinbhuiyan%2Fkind-hands-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafrinbhuiyan%2Fkind-hands-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafrinbhuiyan%2Fkind-hands-client/lists"}