{"id":25073682,"url":"https://github.com/ramgoel/taskore","last_synced_at":"2025-03-31T19:15:07.808Z","repository":{"id":271579285,"uuid":"913895383","full_name":"RamGoel/taskore","owner":"RamGoel","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-09T13:33:21.000Z","size":185,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T23:31:45.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://taskore.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/RamGoel.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":"2025-01-08T15:01:13.000Z","updated_at":"2025-01-09T13:33:24.000Z","dependencies_parsed_at":"2025-01-08T16:50:12.052Z","dependency_job_id":"4dccfa7a-4184-4f2f-9d14-da2862078d2e","html_url":"https://github.com/RamGoel/taskore","commit_stats":null,"previous_names":["ramgoel/taskore"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamGoel%2Ftaskore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamGoel%2Ftaskore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamGoel%2Ftaskore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamGoel%2Ftaskore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RamGoel","download_url":"https://codeload.github.com/RamGoel/taskore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246523844,"owners_count":20791444,"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":[],"created_at":"2025-02-06T23:29:27.822Z","updated_at":"2025-03-31T19:15:07.780Z","avatar_url":"https://github.com/RamGoel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Taskore\n\nTaskore is a Shadcn grid which supports column wise sorting and global search by name\n\n\n## Folder Structure\n\n`app`: This contains our routes (only / route in this case) \\\n`components`: It contains the components created for the app\n`components/ui`: It contains the components added by shadcn \\\n`lib`: It contains the util functions, static data, and types\\\n`store`: It contain the zustand global store for the app \\\n`public`: contains the static assets (nothing in our case)\n\n\n### System Design\n\n- The `layout.tsx` is the main wrapper around app, it defines the metadata and HTML layout.\n- The `app/page.tsx` is the entry point, which imports the MainComponent and renders it by wrapping into suspense. Suspense because I'm using `useSearchParams` and it executes on client side\n- The MainComponent access all the params, fetch all the tasks on load.\n- It also filters the tasks based on the values of params.\n- Inside `store/useAppStore.tsx`, there is a fetchTasks function which applies a fake delay of 1s and returns the tasks array.\n\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/RamGoel/taskore\n```\n\nGo to the project directory\n\n```bash\n  cd taskore\n```\n\nInstall dependencies\n\n```bash\n  npm install \n```\n\nStart the application\n\n```bash\n  npm run dev\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framgoel%2Ftaskore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framgoel%2Ftaskore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framgoel%2Ftaskore/lists"}