satblip / polymer-devfest-codelab

Polymer itshackademic.com codelab 1 with counter #DevFest #GDG #Brussels

Home Page:http://itshackademic.com/static/codelabs/1-polymer-first-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polymer Starter Project

This project includes a small evolution of the step 1 of the project from the Polytechnic tutorial. In this tutorial, you build a simple client for unquote, the read-only social networking service.

This project has been done during the #GDG #Brussels #DevFest

Added features

  • Favorites counter using auto-binding

Project contents

  • app. The app files
  • app/index.html. Entry point (template is using the auto-binding
  • app/post-card.html. Contains the post card basic template.
  • app/post-list.html. Iteration on the post card template using the post-service data.
  • components. Selection of Polymer elements used in the project.
  • post-service. A pre-built element that implements an interface to the unquote service.
  • api. Data for the the unquote service.
  • images. Avatar images.

About

Polymer itshackademic.com codelab 1 with counter #DevFest #GDG #Brussels

http://itshackademic.com/static/codelabs/1-polymer-first-app/


Languages

Language:JavaScript 98.6%Language:CSS 1.4%