Skip to content

Responsive web application to boost your productivity. This ToDo-list application demonstration was build with Java and vaadin.

Notifications You must be signed in to change notification settings

pgebert/taskify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskify

project in progress

Live demo

See the application live on Heroku - login as "Noah Smith" with "password".

About

screenshot

Taskify is a ToDo list demo application build with java and vaadin. The web application covers the following features:

  • ToDo List
  • User management
  • Task analysis
  • Calendar

Installation

Clone the taskify repository and start a local web server (e.g. Tomcat) or run with jetty. To user jetty, run the following command:

mvn vaadin:compile jetty:run

To use with Tomcat, run the following command:

mvn vaadin:compile package

Development

Local development with automatic refresh

mvn -Djetty.reload=automatic -Djetty.scanIntervalSeconds=2 jetty:run

Missing vaadin widgetset

mvn vaadin:compile

Deploy on Heroku

heroku create
git push heroku master

About

Responsive web application to boost your productivity. This ToDo-list application demonstration was build with Java and vaadin.

Topics

Resources

Stars

Watchers

Forks

Languages