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/
- Gamification with levels and experience points (XP)
- Task repetition for daily, weekly, monthly or yearly tasks
- Different priorities and difficulties to choose from
git clone https://github.com/lulunac27a/gamification-task-list-vue-typescript.git
npm install
npm run serve
npm run build
npm run lint