{"id":13624943,"url":"https://github.com/markusenglund/react-kanban","last_synced_at":"2025-04-16T01:33:01.371Z","repository":{"id":45779399,"uuid":"118835000","full_name":"markusenglund/react-kanban","owner":"markusenglund","description":"A Trello-like application built with React and Redux. Take a look at the live website:","archived":true,"fork":false,"pushed_at":"2019-02-28T21:56:42.000Z","size":8181,"stargazers_count":1726,"open_issues_count":11,"forks_count":245,"subscribers_count":38,"default_branch":"master","last_synced_at":"2024-11-08T13:38:50.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.reactkanban.com","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/markusenglund.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}},"created_at":"2018-01-24T23:25:10.000Z","updated_at":"2024-10-28T12:17:08.000Z","dependencies_parsed_at":"2022-09-13T10:21:36.826Z","dependency_job_id":null,"html_url":"https://github.com/markusenglund/react-kanban","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusenglund%2Freact-kanban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusenglund%2Freact-kanban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusenglund%2Freact-kanban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusenglund%2Freact-kanban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markusenglund","download_url":"https://codeload.github.com/markusenglund/react-kanban/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249182480,"owners_count":21226074,"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":"2024-08-01T21:01:48.494Z","updated_at":"2025-04-16T01:33:01.366Z","avatar_url":"https://github.com/markusenglund.png","language":"JavaScript","funding_links":[],"categories":["Tools","JavaScript","📦 Legacy \u0026 Inactive Projects"],"sub_categories":["Boards"],"readme":"\u003c!-- Description: A Trello-like application built with React and Redux. Take a look at the live website:  --\u003e\n\n# React Kanban\n\nA server-rendered React app inspired by [Trello](https://trello.com/home).\n\n![react kanban example](https://github.com/yogaboll/react-kanban/blob/master/example.gif?raw=true)\n\n[Check out the live website](https://www.reactkanban.com)\n\n### Features\n\n* It has most of the features available on Trello, like creating and editing new cards, dragging around cards and so on.\n* Supports GitHub flavored markdown, which enables stuff like headings and checklists on the cards.\n* Works great on touch devices.\n\n### Tech stack\n\n* [React](https://github.com/facebook/react)\n* [Redux](https://github.com/reactjs/redux)\n* [React-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd)\n* [Sass](https://github.com/sass/sass)\n* [Webpack](https://github.com/webpack/webpack)\n* [Babel](https://github.com/babel/babel)\n* [Express](https://github.com/expressjs/express)\n* [MongoDB](https://github.com/mongodb/mongo)\n* [Passport](https://github.com/jaredhanson/passport)\n\n\n### Development\n\nSetting up the full app with your own mongoDB instance and auth credentials for Twitter and Google sign-in requires significant effort. Use the simplified set up if you don't want to bother with that.\n\n#### Simplified setup\n\n```shell\n# Clone the simple-dev branch which does not include db and social sign-in stuff\ngit clone https://github.com/yogaboll/react-kanban.git -b simple-dev\n\ncd react-kanban\n\nnpm install\n\nnpm run build\n\n# Open a second terminal window and run:\nnpm run serve\n```\n\nThe app will run on http://127.0.0.1:1337\n\n#### Full setup\n\n```shell\ngit clone https://github.com/yogaboll/react-kanban.git\n\ncd react-kanban\n\nnpm install\n```\n\nYou need to add your own mongoDB url as well as auth credentials for the Google and Twitter sign in. You need to create a file with the name `.env` in the root directory with the following variables:\n\n```\nMONGODB_URL\nMONGODB_NAME\nTWITTER_API_KEY\nTWITTER_API_SECRET\nGOOGLE_CLIENT_ID\nGOOGLE_CLIENT_SECRET\nSESSION_SECRET\n\n# Has to be port 1337\nROOT_URL=http://127.0.0.1:1337\n```\n\n```shell\nnpm run build\nnpm run serve\n```\n\nFor production deployment run:\n\n```shell\nnpm run build:prod\nnpm run serve:prod\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusenglund%2Freact-kanban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkusenglund%2Freact-kanban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusenglund%2Freact-kanban/lists"}