Task list application in Vue using TypeScript and Vuex
This application is a task list with task repetition with level and experience
points, and it stores to local storage using vuex-persistedstate. Try it on
Netlify: https://gamification-task-list-vue-typescript.netlify.app/
src: Source for Vue, SCSS, and TypeScript files.src/components: Vue components to render as HTML with SCSS styles.src/store: Vuex store and store options.Try it on Netlify: https://gamification-task-list-vue-typescript.netlify.app/
Clone the repository and install dependencies:
git clone https://github.com/lulunac27a/gamification-task-list-vue-typescript.git
npm install
npm run serve
npm run build
npm run lint