An application that display a virtual agile board for managing your project workflow.
You can try it there: DEMO
Developed with Vue 3 and Vuetify 3.
Vuetify 3 is in beta for the time being, so some functionalities can be buggy, especially on mobile and tablet.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint
- finish project functionalities ✅
- add tests
- improve for mobiles
- split monolithic views into multiple components
- switch from Options API to Composition API