Skip to content

Commit 6eca978

Browse files
committed
Update docs with features added in README.md
1 parent 074fd93 commit 6eca978

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ This application is a todo list with task repetition with level and experience p
55
## Contents
66

77
`src`: Source for Vue, SCSS and TypeScript files.
8-
`src/components`: Vue components to render as HTML with SCSS style.
8+
`src/components`: Vue components to render as HTML with SCSS styles.
99
`src/store`: Vuex store and store options.
1010

11+
## Features
1112

13+
- Gamification with levels and experience points (XP)
14+
- Task repetition for daily, weekly, monthly or yearly tasks
15+
- Different priorties and difficulties to choose from
1216

1317
## Setup the application
1418

docs/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ This application is a todo list with task repetition with level and experience p
55
## Contents
66

77
`src`: Source for Vue, SCSS and TypeScript files.
8-
`src/components`: Vue components to render as HTML with SCSS style.
8+
`src/components`: Vue components to render as HTML with SCSS styles.
99
`src/store`: Vuex store and store options.
1010

11+
## Features
1112

13+
- Gamification with levels and experience points (XP)
14+
- Task repetition for daily, weekly, monthly or yearly tasks
15+
- Different priorties and difficulties to choose from
1216

1317
## Setup the application
1418

@@ -34,3 +38,7 @@ npm run build
3438
```
3539
npm run lint
3640
```
41+
42+
### Customize configuration
43+
44+
See [Configuration Reference](https://cli.vuejs.org/config/).

0 commit comments

Comments
 (0)