This software lets you manage projects using Kanban.
Each project comprises tasks that can be dragged from one column to another.
The software is multi-user and changes are visible live, without the need to refresh the page.
HTML React.js Node.js Express.js Mongodb
The license available on Github is :
This project was created in 🇫🇷 and 🇩🇪 by Valéry-Jérôme Michaux
Missing features für v. 3.00 :
- New users created in List of collaborators have the password: 1234. The user must change their password.
- Upcoming features :
- Moving columns.
- Add participants to each task.
- We're going to take a different view of Kanban, to see the project as a Gantt chart.
Ask your questions, let us know about bugs... Click here
-
Install your Mongodb server and create your collection with a name such as "Kanban".
-
Install Node.js and npm.
-
Configure your backend so that it can read this collection under :
/backend/config.js
-
Then configure your React.js frontend so that it can read your backend server:
/frontend/config.jsx
-
install the project in the command prompt :
npm install
-
Launch the backend under ./backend :
node index.js
-
Run the frontend under ./frontend :
npm start
To obtain a license :
make the right donation
🙏🙏🙏
Good luck!