- navigate to server-side
npm install
docker-compose up --build
npm install && npm start
- Adding & removing duedate. (in card modal)
- Adding & removing checklist and checklist items. (in card modal)
- Dragging/dropping lists themselves.
- Deleting kanban board (or leaving from board if the user is a member) may not seemlessly update the board list after navigating.
- Inserting card at another list causes data loss, meaning that only title of the card is passed onto target list. (Though UI persists despite data loss)
- JWT Auth utilizing local storage.
- Redux toolkit with async thunks.
- Vanilla CSS.