Skip to content

Instantly share code, notes, and snippets.

@chrissrogers
Last active January 3, 2016 15:19
Show Gist options
  • Select an option

  • Save chrissrogers/8481645 to your computer and use it in GitHub Desktop.

Select an option

Save chrissrogers/8481645 to your computer and use it in GitHub Desktop.
TED talks exercise

Display current TED Talk videos in a slideshow

The purpose of this exercise is to create a HTML/CSS/Javascript application that allows users to page through the latest TED Talks. There are a couple requirements:

  • the application must be a single page application that uses no server side components
  • for each page, you should display:
    • picture
    • description
    • link to the video
  • only one page should be visible at once
  • include controls for navigating between pages
  • optional
    • animate the transition between pages
    • keyboard controls

Feel free to use whatever libraries you'd like to complete the task.

The feed to use in constructing this application is:

http://pipes.yahoo.com/pipes/pipe.run?_id=c6b9f27dbbdfed8e30e5dc0a9b445bda&_render=json

tinyurl

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