GitXplorerGitXplorer
E

cwc2012-backbone-workshop

public
4 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
4c5b9f278a7f4a82435dea62b25faa07bb3bf069

updated slides

EEndangeredMassa committed 12 years ago
Unverified
99cf145fc6bc7e3f2532a1102e97eeedd2fa6b2d

updated slides

EEndangeredMassa committed 12 years ago
Unverified
2176f3d115a2389706fda9dd1b0a1a855791e907

Updated readme

EEndangeredMassa committed 12 years ago
Unverified
8b88a9f150d358dd391f2468c466771cca7c211c

Outline and setup for workshop

committed 12 years ago
Unverified
37721f5d52d3760813638351052a046836751d29

Adding slides

committed 12 years ago
Unverified
5929e9316df9fa6e024882e9e99f0e81c7928a45

Initial commit

committed 12 years ago

README

The README file for this repository.

SpaceBook

The Facebook of space! In the far future, you still want to be able to share pictures of your food (in fancy pill form) with all of your friends, regardless of the planet you're on. So, SpaceBook was built on top of a quantum teleportation network, which allows you to send messages to other planets instantaneously.

It's your job to implement the front end for this project. The glorious Backbone.js will be your, erm, backbone. The project has remained small and strong for the past 1000 years. You think it's a great idea to depend on it.

Working with SpaceBook

There are 4 branches in this project.

  • master: the inital setup
  • 1-posts: implemented posting your status
  • 2-likes: implemented liking statuses
  • 3-comments: implemented commenting on status

If you want to make sure you are up to speed, you can checkout one of these branches to have working code with the appropriate features. Just use your git tool of choice to checkout the proper branch. On the command line, that would look like git checkout 1-posts.