A issue tracking system built with Next.js it includes a list and a kanban board of all tasks.
The tasks in the list can be sorted, filtered and searched. Tasks can be created, edited and deleted via a modal.
The tasks in the Kanban board are sorted in columns according to their status. The cards with the tasks can be dragged and dropped into a new column. This will display the card in the selected column and change the status of the tasks in the database. New tasks can be created in each column, and all tasks can also be edited and deleted via a modal.