{"id":28637835,"url":"https://github.com/zbaharyilmaz/shift-cycle-management-app","last_synced_at":"2026-02-23T16:02:18.680Z","repository":{"id":288644484,"uuid":"968016746","full_name":"zbaharyilmaz/shift-cycle-management-app","owner":"zbaharyilmaz","description":"❤︎  Powered by MUI•REACT HOOK FORMS•TAN STACK QUERY•ZOD•DAYJS  ❤︎ ","archived":false,"fork":false,"pushed_at":"2025-09-21T10:13:20.000Z","size":1389,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-30T01:28:18.319Z","etag":null,"topics":["dayjs","mui","reacthookform","tanstack-react-query","zod"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zbaharyilmaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-17T11:15:29.000Z","updated_at":"2025-09-21T10:13:23.000Z","dependencies_parsed_at":"2025-04-19T07:03:02.889Z","dependency_job_id":null,"html_url":"https://github.com/zbaharyilmaz/shift-cycle-management-app","commit_stats":null,"previous_names":["zbaharyilmaz/shift-cycyle-management-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zbaharyilmaz/shift-cycle-management-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaharyilmaz%2Fshift-cycle-management-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaharyilmaz%2Fshift-cycle-management-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaharyilmaz%2Fshift-cycle-management-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaharyilmaz%2Fshift-cycle-management-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zbaharyilmaz","download_url":"https://codeload.github.com/zbaharyilmaz/shift-cycle-management-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbaharyilmaz%2Fshift-cycle-management-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29747981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: 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":["dayjs","mui","reacthookform","tanstack-react-query","zod"],"created_at":"2025-06-12T18:35:13.857Z","updated_at":"2026-02-23T16:02:18.649Z","avatar_url":"https://github.com/zbaharyilmaz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💼 ShiftCycle Management App\n\n## Effortlessly manage shifts and cycles!\n\n**ShiftCycle Management App** is a modern frontend application designed to efficiently manage shift and cycle operations. With its user-friendly interface and robust tech stack, it enhances operational productivity with ease.\n\n### Demo\n\n![Project Demo](/public/shiftcycleapp.gif)\n\n## Features\n\n- Add \u0026 manage shift and cycle entries\n- View and delete records\n- Form validation (Zod + React Hook Form)\n- Real-time toast notifications (React Toastify)\n- API operations with Axios and TanStack React Query\n- Sleek UI built with Material UI\n\n## Tech Stack\n\n- **React**: `^19.0.0`\n- **React Router DOM**: `^7.5.1`\n- **React Hook Form**: `^7.55.0`\n- **Zod**: `^3.24.3`\n- **Material UI**: `^7.0.2`\n- **@mui/icons-material**: `^7.0.2`\n- **@mui/x-date-pickers**: `^8.0.0`\n- **TanStack React Query**: `^5.74.4`\n- **Axios**: `^1.8.4`\n- **React Toastify**: `^11.0.5`\n- **Day.js**: `^1.11.13`\n- **React Icons**: `^5.5.0`\n\n### Project Structure\n\n```plaintext\nsrc\n├── App.jsx\n├── api\n│   └── axiosInstance.js\n├── assets\n├── components\n│   ├── ErrorBoundary.jsx\n│   ├── MenuListItems.jsx\n│   ├── Sidebar.jsx\n│   ├── forms\n│   │   ├── CycleForm.jsx\n│   │   └── ShiftForm.jsx\n│   └── tables\n│       ├── CycleTable.jsx\n│       └── ShiftTable.jsx\n├── hooks\n│   ├── useCycles.js\n│   └── useShifts.js\n├── index.css\n├── lib\n│   ├── reactQueryClient.js\n│   └── toast.js\n├── main.jsx\n├── pages\n│   ├── CyclesPage.jsx\n│   ├── Home.jsx\n│   └── ShiftsPage.jsx\n├── schemas\n│   ├── SchemaCycles.jsx\n│   └── SchemaShifts.jsx\n├── services\n│   ├── CycleService.js\n│   └── ShiftService.js\n└── styles\n    ├── buttonStyles.js\n    └── theme.js\n```\n\n1. **Clone the Repository and Navigate to the Project Directory:**\n\n   ```bash\n   git clone https://github.com/zbaharyilmaz/shift-cycyle-management-app.git\n\n   cd shift-cycyle-management-app\n   ```\n\n2. **Install Dependencies:**\n   ```bash\n   pnpm install\n   ```\n3. **Set up API**\n\n- Create an .env file in your project root and add the following values.\n  ```bash\n   VITE_API_BASE_URL=https://your-mockapi-url.com/\n  ```\n\n4. **Run the Development Server:**\n\n   ```bash\n    pnpm dev\n   ```\n\n5. **Open the App:**\n\n- Visit http://localhost:3000 in your browser to view the app.\n\n### Contributing\n\nFeel free to fork the repo and submit PRs for improvements!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbaharyilmaz%2Fshift-cycle-management-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbaharyilmaz%2Fshift-cycle-management-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbaharyilmaz%2Fshift-cycle-management-app/lists"}