diff --git a/README.md b/README.md index f8671d2..10f0241 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ #HackFlowy -A [Workflowy](http://workflowy.com) clone. +An open-source [Workflowy](http://workflowy.com) clone. + +##Technologies used + +* Node + Socket.io +* Backbone +* Foundation + +##To-do + +* Work on sub-lists. The parent id of the Backbone task model has to be set for it to be saved properly. The template should be modified to have the `children` ul as part of every task. +* Search & Tags +* Themes + +Feel free to try it out and contribute. diff --git a/public/index.html b/public/index.html index e2ee9d1..ca2c4ec 100644 --- a/public/index.html +++ b/public/index.html @@ -28,7 +28,7 @@