https://github.com/manolo/gwt-polymer-todo-list
A TODO app developed with GWT + polymer + paper elements
https://github.com/manolo/gwt-polymer-todo-list
Last synced: 9 months ago
JSON representation
A TODO app developed with GWT + polymer + paper elements
- Host: GitHub
- URL: https://github.com/manolo/gwt-polymer-todo-list
- Owner: manolo
- Created: 2015-06-30T05:38:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T05:41:06.000Z (almost 9 years ago)
- Last Synced: 2025-04-15T17:43:43.957Z (over 1 year ago)
- Language: Java
- Size: 22.9 MB
- Stars: 27
- Watchers: 5
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GWT-Polymer-TODO
[0]: https://www.polymer-project.org/1.0/
[2]: http://www.google.es/design/spec/material-design/introduction.html
[3]: https://github.com/vaadin/gwt-polymer-elements
[4]: https://github.com/vaadin/gwt-api-generator
[5]: http://manolo.github.io/gwt-polymer-todo-list/demo/TodoListWidgets.html
[6]: http://manolo.github.io/gwt-polymer-todo-list/demo/TodoListElements.html
A **TodoList** GWT application for mobile and desktop using [Material Design][2] specification.
It relies the UI part on [Polymer][0], Paper Elements [collections][5], and a the [gwt-polymer-elements][3] 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][5]
or
[demo-elements][6]
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