diff --git a/README.md b/README.md index 786d965..825aebb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # scrum-board -JavaScript Scrum App to manage tasks with ease +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. + +#### 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` +- Compile Assets - `gulp` + +#### More to come +- [ ] Edit task title +- [ ] Set tasks priority +- [ ] Import / Export tasks +- [ ] Remember expanded/collapsed state of a task +- [ ] Database / Websockets for collab board + +#### Support +- Bugs and requests, submit them through the project's issues section +- Questions? DM or Tweet me [@mr_ali3n](https://twitter.com/mr_ali3n) \ No newline at end of file diff --git a/app/assets/images/info.svg b/app/assets/images/info.svg new file mode 100644 index 0000000..9787886 --- /dev/null +++ b/app/assets/images/info.svg @@ -0,0 +1,37 @@ + + + diff --git a/index.html b/index.html index 74efefe..63b4c11 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@