Update readme

This commit is contained in:
Abhishek Das
2013-04-02 01:40:46 +05:30
parent a5a9673eb3
commit ae1421597f
2 changed files with 16 additions and 2 deletions
+15 -1
View File
@@ -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.
+1 -1
View File
@@ -28,7 +28,7 @@
<!-- <button id="add">+</button> -->
</section>
<footer id="footer">
Make Lists. Catch Fish. <3 Open Source.
Make Lists. Not War. <3 Open Source.
</footer>
</section>
</div>