{"id":18299892,"url":"https://github.com/shuvoprogram/tasksync","last_synced_at":"2026-04-11T19:01:43.772Z","repository":{"id":217134204,"uuid":"743156694","full_name":"ShuvoProgram/TaskSync","owner":"ShuvoProgram","description":"TaskSync: A sleek task management app to boost productivity! 🚀 Seamlessly synchronize and organize your tasks, stay on track, and make the most of your time. Your ultimate companion for efficient task management.","archived":false,"fork":false,"pushed_at":"2024-01-16T05:35:12.000Z","size":4043,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T03:29:28.133Z","etag":null,"topics":["clsx","lucide-react","next-pwa","nextjs","prettier","prisma","productivity","radix-ui","shadcn-ui","stripe","tailwindcss","tailwindcss-animate","task-manager","typescript","zod","zustand"],"latest_commit_sha":null,"homepage":"https://task-sync-iota.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/ShuvoProgram.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":"2024-01-14T14:03:50.000Z","updated_at":"2024-01-15T14:21:35.000Z","dependencies_parsed_at":"2024-11-05T15:10:51.279Z","dependency_job_id":"0e47bfac-b454-49bf-b261-3f8bac14d7d9","html_url":"https://github.com/ShuvoProgram/TaskSync","commit_stats":null,"previous_names":["shuvoprogram/tasksync"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShuvoProgram%2FTaskSync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShuvoProgram%2FTaskSync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShuvoProgram%2FTaskSync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShuvoProgram%2FTaskSync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShuvoProgram","download_url":"https://codeload.github.com/ShuvoProgram/TaskSync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248010073,"owners_count":21032845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["clsx","lucide-react","next-pwa","nextjs","prettier","prisma","productivity","radix-ui","shadcn-ui","stripe","tailwindcss","tailwindcss-animate","task-manager","typescript","zod","zustand"],"created_at":"2024-11-05T15:10:39.191Z","updated_at":"2025-12-30T20:02:51.912Z","avatar_url":"https://github.com/ShuvoProgram.png","language":"TypeScript","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n# TaskSync - Collaborate, manage projects and reach new productivity peaks.\n\n![TaskSync - Collaborate, manage projects and reach new productivity peaks.](/.github/images/TaskSync-Preview.png \"TaskSync - Collaborate, manage projects and reach new productivity peaks.\")\n\n\u003c!-- Table of Contents --\u003e\n\u003cdetails\u003e\n\n\u003csummary\u003e\n\n# :notebook_with_decorative_cover: Table of Contents\n\n\u003c/summary\u003e\n\n- [Folder Structure](#bangbang-folder-structure)\n- [Screenshots](#camera-screenshots)\n- [Tech Stack](#gear-tech-stack)\n- [Stats](#wrench-stats)\n\n\n\u003c/details\u003e\n\n## :bangbang: Folder Structure\n\nHere is the folder structure of this app.\n\n```bash\nTaskSync/\n  |- actions/\n    |-- copy-card/\n    |-- copy-list/\n    |-- create-board/\n    |-- create-card/\n    |-- create-list/\n    |-- delete-board/\n    |-- delete-card/\n    |-- delete-list/\n    |-- stripe-redirect/\n    |-- update-board/\n    |-- update-card/\n    |-- update-card-order/\n    |-- update-list/\n    |-- update-list-order/\n  |- app/\n    |-- (marketing)/\n    |-- (platform)/\n        |--- (clerk)/\n            |---- select-org/[[...select-org]]/\n            |---- sign-in/[[...sign-in]]/\n            |---- sign-up/[[...sign-up]]/\n        |--- (dashboard)/\n            |---- board/\n            |---- organization/\n    |-- api/\n        |--- cards/[cardId]/\n        |--- webhook/\n  |- components/\n        |--- form/\n        |--- modals/\n            |---- card-modal/\n        |--- providers/\n        |--- ui/\n  |- config/\n  |- constants/\n  |- hooks/\n  |- lib/\n  |- prisma/\n    |-- schema.prisma\n  |- public/\n    |-- fonts/\n    |-- icons/\n  |- .env\n  |- .env.example\n  |- .eslintrc.json\n  |- .gitignore\n  |- components.json\n  |- middleware.ts\n  |- next.config.js\n  |- package-lock.json\n  |- package.json\n  |- postcss.config.js\n  |- tailwind.config.ts\n  |- tsconfig.json\n  |- types.ts\n```\n\n\u003cbr /\u003e\n\n## :camera: Screenshots:\n\n![Modern UI/UX](/.github/images/img1.png \"Modern UI/UX\")\n\n![Create Boards](/.github/images/img2.png \"Create Boards\")\n\n![Premium Lists and Card](/.github/images/img3.png \"Premium Lists and Card\")\n\n![View Activity](/.github/images/img4.png \"View Activity\")\n\n## :gear: Tech Stack\n\n[![React JS](https://skillicons.dev/icons?i=react \"React JS\")](https://react.dev/ \"React JS\") [![Next JS](https://skillicons.dev/icons?i=next \"Next JS\")](https://nextjs.org/ \"Next JS\") [![Typescript](https://skillicons.dev/icons?i=ts \"Typescript\")](https://www.typescriptlang.org/ \"Typescript\") [![Tailwind CSS](https://skillicons.dev/icons?i=tailwind \"Tailwind CSS\")](https://tailwindcss.com/ \"Tailwind CSS\") [![Vercel](https://skillicons.dev/icons?i=vercel \"Vercel\")](https://vercel.app/ \"Vercel\") [![Prisma](https://skillicons.dev/icons?i=prisma \"Prisma\")](https://prisma.io/ \"Prisma\")\n\n## :wrench: Stats\n\n[![Stats for TaskSync](/.github/images/stats.svg \"Stats for TaskSync\")](https://pagespeed-insights-svg.glitch.me/?url=https://task-sync-iota.vercel.app/ \"Stats for TaskSync\")\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuvoprogram%2Ftasksync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuvoprogram%2Ftasksync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuvoprogram%2Ftasksync/lists"}