Skip to content

Releases: lulunac27a/gamification-task-list-vue-typescript

v1.5

18 Apr 03:34
Compare
Choose a tag to compare

Add daily streak with XP multiplier for daily streaks. Daily streaks are counted when any task is completed.

v1.4

16 Apr 21:32
Compare
Choose a tag to compare

Add task streak XP multiplier and format HTML code by splitting lines by each task value

v1.3

25 Mar 21:18
Compare
Choose a tag to compare

Add validation to make sure the task's repeat often is a positive integer.

v1.2

24 Feb 17:27
Compare
Choose a tag to compare

Add commas for thousand separators and fix XP calculations.

v1.1

21 Feb 19:23
Compare
Choose a tag to compare

Change styles to make the website nice

v1.0

21 Feb 05:39
Compare
Choose a tag to compare

Text counter application written in Vue, Typescript and Vuex.
Features:

  • Gamification with levels and experience points (XP)
  • Save task and user data to local storage using vuex-persistedstate
  • Daily, weekly, monthly or yearly task repetition
  • Priority levels (Low, Medium, High)
  • Difficulty levels (Easy, Medium, Hard)
  • Circular level progress using vue-ellipse-progress