{"id":50763311,"url":"https://github.com/aadhar41/society-services-frontend","last_synced_at":"2026-06-11T12:02:42.276Z","repository":{"id":350790331,"uuid":"1194499903","full_name":"aadhar41/society-services-frontend","owner":"aadhar41","description":"A modern, API-first society management ERP built with React 19 and Vite. This frontend provides a premium, claymorphic user experience for managing multi-tenant societies.","archived":false,"fork":false,"pushed_at":"2026-04-12T04:14:57.000Z","size":795,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-12T06:14:35.020Z","etag":null,"topics":["git","github","npm","react","society-management","society-services","tailwindcss-v4","vite"],"latest_commit_sha":null,"homepage":"","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/aadhar41.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":"2026-03-28T12:49:41.000Z","updated_at":"2026-04-12T04:15:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aadhar41/society-services-frontend","commit_stats":null,"previous_names":["aadhar41/society-services-frontend"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/aadhar41/society-services-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadhar41%2Fsociety-services-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadhar41%2Fsociety-services-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadhar41%2Fsociety-services-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadhar41%2Fsociety-services-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aadhar41","download_url":"https://codeload.github.com/aadhar41/society-services-frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aadhar41%2Fsociety-services-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34197394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["git","github","npm","react","society-management","society-services","tailwindcss-v4","vite"],"created_at":"2026-06-11T12:02:41.418Z","updated_at":"2026-06-11T12:02:42.271Z","avatar_url":"https://github.com/aadhar41.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SAMS Portal (Society Administrative Management System)\n\nA modern, API-first society management ERP built with React 19 and Vite. This frontend provides a premium, claymorphic user experience for managing multi-tenant societies.\n\n## 🚀 Tech Stack\n\n- **Framework**: [React 19](https://react.dev/)\n- **Build Tool**: [Vite 8](https://vitejs.dev/)\n- **Styling**: [Tailwind CSS 4](https://tailwindcss.com/)\n- **Animations**: [Framer Motion](https://www.framer.com/motion/)\n- **Icons**: [Lucide React](https://lucide.dev/)\n- **Networking**: [Axios](https://axios-http.com/)\n- **Routing**: [React Router 7](https://reactrouter.com/)\n\n## ✨ Key Features\n\n- **Claymorphic UI**: High-end aesthetic with soft shadows and glassmorphism.\n- **Dynamic Module System**: 12 integrated ERP modules with role-based access control.\n- **Society Switching**: Seamlessly manage multiple societies from a single account.\n- **API-First**: Built to consume the companion Laravel backend (Society Services API).\n\n## 📸 Admin Panel Screenshots\n\n| User Management | Global Societies |\n| :--- | :--- |\n| ![User Management](assets/screens/admin_users.png) | ![Global Societies](assets/screens/admin_societies.png) |\n| **License Management** | **System Modules** |\n| ![License Management](assets/screens/admin_licenses.png) | ![System Modules](assets/screens/admin_modules.png) |\n\n## 🛠️ ERP Modules\n\n1. **Infrastructure**: Manage wings, units, and parking allocations.\n2. **Accounting**: Full ledger system with invoices and payment tracking.\n3. **Complaints**: Integrated ticketing for resident maintenance requests.\n4. **Visitors**: Pre-approvals and real-time check-in logs.\n5. **Facility Booking**: Clubhouse and amenity reservation management.\n6. **Communication**: System-wide notices, polls, and announcements.\n7. **Members**: Centralized resident and owner directory.\n8. **Staff \u0026 Vendors**: Service provider and employee management.\n9. **Documents**: Secure storage for society bylaws and certificates.\n10. **Meetings**: Schedule and record minutes for general body meetings.\n11. **Asset Management**: Inventory and maintenance of society property.\n12. **Parking**: Vehicle tag management and slot tracking.\n\n## 🛠️ Development\n\n### Prerequisites\n\n- Node.js (Latest LTS)\n- NPM or PNPM\n\n### Installation\n\n```bash\nnpm install\n```\n\n### Running Locally\n\n```bash\nnpm run dev\n```\n\n### Building for Production\n\n```bash\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadhar41%2Fsociety-services-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faadhar41%2Fsociety-services-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadhar41%2Fsociety-services-frontend/lists"}