From 19571ad34e3b96482507bff50d6ad6523fbd9755 Mon Sep 17 00:00:00 2001 From: Muhammed Rabiu Date: Tue, 10 Dec 2019 16:58:47 +0100 Subject: [PATCH] Create README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b93c8f --- /dev/null +++ b/README.md @@ -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:** _johnkayode@gmail.com_
+**password:** _thisismypassword_