thm-mni-ii / kanban

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Install vuetify

Since we are using vuetify, we need to add these:

npm add vuetify

Install mdi font

We alo need mdi fonts. To install these, use:

npm install @mdi/font

Run App localy

To run the App in localhost, 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

About


Languages

Language:JavaScript 38.5%Language:Vue 35.4%Language:TypeScript 17.8%Language:Python 6.6%Language:Dockerfile 0.9%Language:HTML 0.7%