File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This application is a task list with task repetition with level and experience points,
4
4
and it stores to local storage using ` vuex-persistedstate ` .
5
- Try it on Netlify: https://gamification-todo -list-vue-typescript.netlify.app/
5
+ Try it on Netlify: https://gamification-task -list-vue-typescript.netlify.app/
6
6
7
7
## Contents
8
8
9
9
- ` src ` : Source for Vue, SCSS, and TypeScript files.
10
10
- ` src/components ` : Vue components to render as HTML with SCSS styles.
11
11
- ` src/store ` : Vuex store and store options.
12
12
13
- Try it on Netlify: https://gamification-todo -list-vue-typescript.netlify.app/
13
+ Try it on Netlify: https://gamification-task -list-vue-typescript.netlify.app/
14
14
15
15
## Features
16
16
@@ -21,7 +21,7 @@ Try it on Netlify: https://gamification-todo-list-vue-typescript.netlify.app/
21
21
## Set up the application
22
22
23
23
```
24
- git clone https://github.com/lulunac27a/gamification-todo -list-vue-typescript.git
24
+ git clone https://github.com/lulunac27a/gamification-task -list-vue-typescript.git
25
25
npm install
26
26
```
27
27
Original file line number Diff line number Diff line change 2
2
3
3
This application is a task list with task repetition with level and experience points,
4
4
and it stores to local storage using ` vuex-persistedstate ` .
5
- Try it on Netlify: https://gamification-todo -list-vue-typescript.netlify.app/
5
+ Try it on Netlify: https://gamification-task -list-vue-typescript.netlify.app/
6
6
7
7
## Contents
8
8
9
9
- ` src ` : Source for Vue, SCSS, and TypeScript files.
10
10
- ` src/components ` : Vue components to render as HTML with SCSS styles.
11
11
- ` src/store ` : Vuex store and store options.
12
12
13
- Try it on Netlify: https://gamification-todo -list-vue-typescript.netlify.app/
13
+ Try it on Netlify: https://gamification-task -list-vue-typescript.netlify.app/
14
14
15
15
## Features
16
16
@@ -21,7 +21,7 @@ Try it on Netlify: https://gamification-todo-list-vue-typescript.netlify.app/
21
21
## Set up the application
22
22
23
23
```
24
- git clone https://github.com/lulunac27a/gamification-todo -list-vue-typescript.git
24
+ git clone https://github.com/lulunac27a/gamification-task -list-vue-typescript.git
25
25
npm install
26
26
```
27
27
Original file line number Diff line number Diff line change 1
- site_name : Gamification Todo List using Vue and TypeScript
1
+ site_name : Gamification Task List using Vue and TypeScript
2
2
theme : material
3
- repo_url : https://github.com/lulunac27a/gamification-todo -list-vue-typescript
3
+ repo_url : https://github.com/lulunac27a/gamification-task -list-vue-typescript
You can’t perform that action at this time.
0 commit comments