Kanban is being developed as a microservice for the feedbacksystem. It allows students to enhance their soft skills by managing group projects through kanban boards. Lecturers gain insight into the organization and progress of the boards to provide early support and guidance for the groups.
This issue focuses on frontend development for our Kanban board. The goal is to create a user-friendly and responsive interface that allows users to manage tasks intuitively and easily track the progress of their project.
First, clone this branch. Afterward you have to install the node_modules by using npm:
npm install
To run the App use:
npm run dev
The App will run localy on Port 5137. The App automatically reloads if any changes have been made and saved.
To stop the App, you can use either of these options:
q + ENTER OR CTRL + C