Skip to content

Instantly share code, notes, and snippets.

@JPrevost
Created January 29, 2016 14:27
Show Gist options
  • Save JPrevost/74782c3c94f6e0d3423d to your computer and use it in GitHub Desktop.
Save JPrevost/74782c3c94f6e0d3423d to your computer and use it in GitHub Desktop.
DLAD Challenge 1

DLAD Challenge 1

battle of the javascript frameworks

Purpose:

  • To create a simple application using a javascript framework, even if it makes no sense to use one for the purpose of the demo app
  • Every participant will choose a different framework
  • Every participant will build an app with the same core requirements

Application Requirements:

  • Using the github API, create an application using your chosen framework to allow a user to identify a repository of interest and display some basic information about the repository to the user
  • repo name
  • number of open issues
  • active link to repo
  • It must be possible to view this summary information for many repositories at once (i.e. the user can keep adding repos however they did initially and this app will display summaries for all of them at once)
  • It must be possible to remove a repository from the summary view

Frameworks:

  • ember (@jprevost)
  • backbone (@hakbailey)
  • rivets (@gravesm)
  • angular (@matt-bernhardt)
  • react (@richardrodgers)
  • meteor (@szendeh)

Prize Categories:

  • Holy Crap it Actually Works (unlimited available)
  • [add more categories as necessary]
@JPrevost
Copy link
Author

@matt-bernhardt
Copy link

Could we set a date for this at our next round of lightning talks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment