All Projects → manolo → gwt-polymer-todo-list

manolo / gwt-polymer-todo-list

Licence: other
A TODO app developed with GWT + polymer + paper elements

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
CSS
56736 projects

GWT-Polymer-TODO

A TodoList GWT application for mobile and desktop using Material Design specification.

It relies the UI part on Polymer, Paper Elements collections, and a the gwt-polymer-elements wrapper.

In this repository, you have two versions of the TodoList application, one is built using classic GWT widgets, and another with modern JsInterop Elements.

Demos

Try our demo-widgets or demo-elements

to see the application in action.

Building

  1. Asuming that you already have a running version of git and maven, check out the github project:

     $ git clone https://github.com/manolo/gwt-polymer-todo-list.git
    
  2. Change to the new folder and run maven

     $ cd gwt-polymer-todo-list
     $ mvn clean package
    
  3. Run any web server in the www folder

     $ serve www
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].