Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1008 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 1008 Bytes

Kanban

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.

Frontend

Description:

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.

Project Setup

First, clone this branch. Afterward you have to install the node_modules by using npm:

npm install

Run App localy

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.

Stopping

To stop the App, you can use either of these options:

q + ENTER OR CTRL + C