This mini project allows the visualization of sorting algorithms. The main objective is to support the following sorting algorithms:
For the UI I am using Vuetify which is a Vue UI Library with Material components.
For state management I am using Vuex.
The column chart is drawn using Konva JS for Vue.
The website is deployed on Github pages -> click me :)
yarn install
yarn serve
yarn build
yarn lint