This app is a simplified version of a Kanban Board, created using React.
Deployed on Heroku at https://easy-kanban-board.herokuapp.com/
It organizes tasks into three categories:
- Backlog - Tasks that are not yet done. When a user adds a new task, it automatically gets assigned to this category.
- In Progress - Tasks that are currently being completed.
- Done - Tasks that are completed.
Some technologies used for this project: