{"id":22302389,"url":"https://github.com/getfrontend/react-app-kanbanboard","last_synced_at":"2026-05-04T06:33:23.771Z","repository":{"id":207631141,"uuid":"719722965","full_name":"getFrontend/react-app-kanbanboard","owner":"getFrontend","description":"Simple, but useful Kanban Board with React JS + TypeScript + Chakra UI","archived":false,"fork":false,"pushed_at":"2023-12-13T15:21:36.000Z","size":426,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T21:14:55.693Z","etag":null,"topics":["chakra-ui","chakra-ui-react","kanban","kanban-board","kanban-board-application","kanban-boards","kanbanboard","react","typescript"],"latest_commit_sha":null,"homepage":"https://u-kanbanboard.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/getFrontend.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":"2023-11-16T19:07:12.000Z","updated_at":"2023-12-13T15:22:48.000Z","dependencies_parsed_at":"2024-12-03T18:39:22.842Z","dependency_job_id":"93c8f81f-a7ac-4c5f-88f6-302008cc6d8b","html_url":"https://github.com/getFrontend/react-app-kanbanboard","commit_stats":null,"previous_names":["getfrontend/react-app-kanbanboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getFrontend%2Freact-app-kanbanboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getFrontend%2Freact-app-kanbanboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getFrontend%2Freact-app-kanbanboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getFrontend%2Freact-app-kanbanboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getFrontend","download_url":"https://codeload.github.com/getFrontend/react-app-kanbanboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245563093,"owners_count":20635938,"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":["chakra-ui","chakra-ui-react","kanban","kanban-board","kanban-board-application","kanban-boards","kanbanboard","react","typescript"],"created_at":"2024-12-03T18:37:08.418Z","updated_at":"2026-05-04T06:33:23.742Z","avatar_url":"https://github.com/getFrontend.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nA useful **Kanban Board** to increase your productivity!\n\nThis is my personal pet project made as part of a **React** JS study. **TypeScript** is used for typing props. *Chakra UI* is used as an interface.\n\nThe React-dnd library was used to drag and drop cards from one column to another. \n\nAll data is stored in local storage and is not lost when the page is refreshed or the session is terminated.\n\nMaximum number of tasks in one column: **12**.\n\n## [Live Demo](https://u-kanbanboard.vercel.app/)\n\nLight theme\n\n\u003cimg src=\"https://github.com/getFrontend/react-app-kanbanboard/blob/main/public/img/u-kanbanboard_preview_s.png?raw=true\" /\u003e\n\nDark theme\n\n\u003cimg src=\"https://github.com/getFrontend/react-app-kanbanboard/blob/main/public/img/u-kanbanboard_preview_darkmode_s.png?raw=true\" /\u003e\n\n### Validator\n\n✅ Completely [valid](https://validator.w3.org/nu/?doc=https%3A%2F%2Fu-kanbanboard.vercel.app%2F \"valid\") code.\n\n### PageSpeed Insights\n\n✅ [Mobile](https://pagespeed.web.dev/analysis/https-u-kanbanboard-vercel-app/n69aabm2up?form_factor=mobile \"Mobile\"): 79 / 93 / 100 / 100\n\n✅ [Desktop](https://pagespeed.web.dev/analysis/https-u-kanbanboard-vercel-app/n69aabm2up?form_factor=desktop \"Desktop\"): 97 / 93 / 100 / 100\n\n## React + TypeScript + Vite\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n\n## Expanding the ESLint configuration\n\nIf you are developing a production application, we recommend updating the configuration to enable type aware lint rules:\n\n- Configure the top-level `parserOptions` property like this:\n\n```js\nexport default {\n  // other rules...\n  parserOptions: {\n    ecmaVersion: 'latest',\n    sourceType: 'module',\n    project: ['./tsconfig.json', './tsconfig.node.json'],\n    tsconfigRootDir: __dirname,\n  },\n}\n```\n\n- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`\n- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`\n- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` \u0026 `plugin:react/jsx-runtime` to the `extends` list\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetfrontend%2Freact-app-kanbanboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetfrontend%2Freact-app-kanbanboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetfrontend%2Freact-app-kanbanboard/lists"}