{"id":30916148,"url":"https://github.com/tanay-787/care-pin","last_synced_at":"2026-05-09T02:33:15.799Z","repository":{"id":313729590,"uuid":"1034018247","full_name":"tanay-787/care-pin","owner":"tanay-787","description":"CarePin is a Progressive Web Application (PWA) designed to streamline shift management for healthcare workers.","archived":false,"fork":false,"pushed_at":"2025-12-30T08:09:10.000Z","size":9053,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-30T19:54:13.503Z","etag":null,"topics":["antdesign","auth0","graphql","neon","next","prisma","serwist"],"latest_commit_sha":null,"homepage":"https://care-pin.vercel.app","language":"TypeScript","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/tanay-787.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-08-07T17:53:18.000Z","updated_at":"2025-12-30T08:09:13.000Z","dependencies_parsed_at":"2025-09-08T16:16:23.749Z","dependency_job_id":null,"html_url":"https://github.com/tanay-787/care-pin","commit_stats":null,"previous_names":["tanay-787/care-pin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tanay-787/care-pin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanay-787%2Fcare-pin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanay-787%2Fcare-pin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanay-787%2Fcare-pin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanay-787%2Fcare-pin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanay-787","download_url":"https://codeload.github.com/tanay-787/care-pin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanay-787%2Fcare-pin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32804943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["antdesign","auth0","graphql","neon","next","prisma","serwist"],"created_at":"2025-09-10T00:01:27.506Z","updated_at":"2026-05-09T02:33:15.762Z","avatar_url":"https://github.com/tanay-787.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CarePin - Healthcare Worker Shift Management PWA\n\nCarePin is a Progressive Web Application (PWA) designed to streamline shift management for healthcare workers. It provides an efficient way for healthcare organizations to track employee clock-ins and clock-outs with a modern, mobile-friendly interface.\n\n## 🎯 Project Overview\n\nCarePin was developed as a take-home assignment project for lief@healthcare company. It serves as a comprehensive solution for:\n- ⏰ Shift timing management\n- 📱 Cross-platform accessibility (mobile \u0026 web)\n- 🏥 Healthcare organization employee tracking\n- 📊 Attendance monitoring\n\n## 🚀 Technology Stack\n\nCarePin is built using modern web technologies:\n\n- **Frontend:**\n  - Next.js 15 - Fullstack React framework for production\n  - Ant Design v5 - UI component library\n  - Serwist - Progressive Web App (PWA) capabilities\n\n- **Backend:**\n  - GraphQL Yoga\n  - Prisma ORM\n  - NeonDB - Serverless Postgres database\n\n- **Authentication:**\n  - Auth0 - Managed authentication service\n\n## 🛠️ Getting Started\n\n### Prerequisites\n- Node.js (LTS version recommended)\n- npm or yarn package manager\n- A NeonDB account\n- Auth0 account and configuration\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/tanay-787/care-pin.git\ncd care-pin\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Set up environment variables:\nCreate a `.env.local` file in the root directory and add necessary environment variables.\n\n4. Run the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the application.\n\n## 🌟 Features\n\n- Progressive Web App functionality\n- Responsive design for both mobile and desktop\n- Secure authentication with Auth0\n- Real-time shift tracking\n- User-friendly interface with Ant Design\n- GraphQL API integration\n- Persistent data storage with NeonDB\n\n## 📱 PWA Features\n\n- Installable on mobile devices\n- Offline functionality\n- Push notifications support\n- Native app-like experience\n\n## 💻 Development\n\nThe application uses Next.js app router and follows modern React patterns. Key directories:\n- `/app` - Application routes and pages\n- `/components` - Reusable React components\n- `/graphql` - GraphQL schemas and resolvers\n- `/prisma` - Database schema and migrations\n\n## 📝 License\n\n[Add your license information here]\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.\n\n## 👥 Authors\n\n- **Tanay** - Initial work - [tanay-787](https://github.com/tanay-787)\n\n---\n\nBuilt with ❤️ for healthcare workers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanay-787%2Fcare-pin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanay-787%2Fcare-pin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanay-787%2Fcare-pin/lists"}