This software lets you manage projects using Kanban and Gantt charts.
Each project is made up of tasks that can be dragged from one column to another, liked and commented on.
Files can be inserted into projects to keep teams informed.
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
- New features v 4.03 :
It is now possible to:
- If you don't have a user, you won't be started on the login page, but on the user creation page. This is used when installing for the first time or when a user is lost.
- Database link control
- Employee occupancy table by project task.
- Upcoming features :
- Team Visio
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!
Login screen
Project list screen in card format. Here you can see the status of the project, its completion date and the people assigned to it. (Soon it will be possible to consult the files assigned to a project).
User list with Avatar.
Kanban-based list of project tasks. You can add, drop and customize columns, drag and drop tasks, view the people assigned to them, check progress, start and end dates, like and comment...
Gantt chart. You can see dependencies, task names, progress and dates, and each task has the same color as in Kanban, making it easier to visualize.