Let's build a file navigator widget, together!
Here's a prototype: http://jsbin.com/buyeqop/edit?html,js,output
The widget allows a user to click folders, which expand to load their files and sub-folders.
We’ll iterate over three versions:
• baseline (https://gist.github.com/justinbmeyer/adc9797a8ac1713b9d6d21d33a44e829) (no prior knowledge required)
• intermediate
• advanced (https://gist.github.com/justinbmeyer/cab04443d02f3ca36f126ae54ab276b8)
Looking forward to seeing you!
If you'd like to talk shop sooner, let's chat (https://gitter.im/canjs/canjs)!