Skip to content

A issue tracking system built with Next.js (work in progress) 🪲

Notifications You must be signed in to change notification settings

lkarow/issue-tracking-system

Folders and files

NameName
Last commit message
Last commit date
Jan 30, 2023
Jan 30, 2023
Jan 19, 2023
Jan 11, 2023
Jan 22, 2023
Dec 9, 2022
Jan 29, 2023
Jan 20, 2023
Dec 9, 2022
Dec 9, 2022
Jan 11, 2023
Jan 19, 2023
Jan 24, 2023
Jan 22, 2023
Sep 20, 2024
Sep 20, 2024
Jan 24, 2023
Jan 11, 2023

Repository files navigation

Issue Tracking System

A issue tracking system built with Next.js it includes a list and a kanban board of all tasks.

List

The tasks in the list can be sorted, filtered and searched. Tasks can be created, edited and deleted via a modal.

Kanban board

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.