Table of Contents
Zenboard is a Kanban-style project management tool, where tasks are organized effortlessly into customizable columns, promoting clarity with its minimalist design and intuitive interface.
- User Auth
- Add Boards
- Add Cards
- Add Tasks
- Drag&Drop
- Assign Tasks to specific User
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/rynkovski/task-management.git
-
Install NPM packages
npm i
-
Start
npm start