react-kanban icon indicating copy to clipboard operation
react-kanban copied to clipboard

A Trello-like application built with React and Redux. Take a look at the live website:

Results 11 react-kanban issues
Sort by recently updated
recently updated
newest added

Hello, can some one tell me why i have so much errors trying to install app? [2019-11-07T10_16_28_390Z-debug.log](https://github.com/markusenglund/react-kanban/files/3819039/2019-11-07T10_16_28_390Z-debug.log)

I already built the using npm run build and then npm run serve but still stuck at [nodemon] clean exit - waiting for changes before restart

npm install looks for a Python executable and, of course, fails.

Any tips & level of difficulty getting this Kanban to be a scheduling board where: 1. The vertical access is time for each task 2. The cards have height proportional...

Since I'm trying to use material-ui in react-kanban I get this error, is this any known problem how can I get it working with react-kanaban? ``` ERROR in ./node_modules/react-transition-group/esm/TransitionGroup.js Module...

I have created my own Component that I wanted to integrate in the existing Card.jsx component `` like this. I have Imported the Component and added it but for some...

This pull request updates all dependencies to the latest versions. It includes a few changes to adapt to: `@babel/preset-stage-2` being deprecated (replaced with specific plugins), and minor breaking changes in...

[nodemon] 1.18.4 [nodemon] to restart at any time, enter `rs` [nodemon] watching: *.* [nodemon] starting `node dist/server.js dist/server.js` internal/modules/cjs/loader.js:582 throw err; ^ Error: Cannot find module 'C:\Users\ivnj\Development\NodeProjects\kanban\react-kanban\dist\server.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)...

I asked 5 expirienced developers to install the Full setup and nobody was able to do that beceuse all they say is that this package has errors, Any chance you...

I've noticed that it's possible to add multiple users to boards by editing the mongodb documents. My suggestions: * Add an `owner` attribute to the board schema. * The owner...