From d7ed2d096b8d877f6119e24346ac9a377c6b5d76 Mon Sep 17 00:00:00 2001 From: i-break-codes Date: Sun, 20 Nov 2016 13:48:38 +0530 Subject: [PATCH] add demo in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 825aebb..165031b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ JavaScript Scrum App to manage tasks with ease. > Warning : It uses localstorage to store your tasks, make sure you don't clean up your Local Storage for this app atleast. +#### Demo +[View](https://i-break-codes.github.io/scrum-board/) + #### Setup - Clone Application by typing the following command in your terminal `git@github.com:i-break-codes/scrum-board.git` - Install node modules - `npm install`