Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SISol-ng authored Dec 10, 2019
0 parents commit 19571ad
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# VueJs-Todo
VueJs Todo is an activity management application created with Vue Js framework. It has the functionality of creating Todo, updating Todo, marking Todo as completed by moving it to Done Todo list, and deleting Todo. Additionally and very important, users need to signup (create account) after which the user can signin/login in order to use or test the app's fuctionality. The data storage use for the application is JavaScript data structure (array and object) with some initial dummy data.

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

### Login details for testing
**email:** _[email protected]_<br />
**password:** _thisismypassword_

0 comments on commit 19571ad

Please sign in to comment.