Task management app just like kanban board
Stageboard is a productivity tool app that can help you manage your task activity, like kanban board. Also, you can collaborate and share your tasks to others.
This project was built using Laravel and ReactJS.
- Board: You need a board to manage your tasks
- Column: Just like kanban, column is used to group your task into different state
- Card: This is your task that could be written to it.
- Move Card
- Swap Column Order
- Collaboration with realtime changes and Level Based Access Control permission management
This project was built using Laravel 10, so this requires at least PHP 8.1 version to running perfectly. And need these things to support its features:
- NodeJS v20
- Composer
- RDBMS server. Preferred: MySQL or MariaDB
- WebSocket server. For example: Soketi
- Mail server. Real or test.
You can follow this Laravel deployment guide and make sure to compile Javascript assets for frontend stuff with npm run build
.