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

It would be really useful to add these optional env variables to disable/enable certain login options. ``` ENABLE_GUEST_LOGIN=false # Set to true by default ENABLE_GOOGLE_LOGIN=false # Set to true by...