Skip to content

mikotin/todomvc-flow-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitter

TodoMVC with Vaadin Flow Java - only

A TodoMVC trying very strictly follow the specs, but still done with server-side Java only

With some basic offline detection

Has simple detection of offline/online:

  • In case of offline, a static offline-page is shown
  • When switched back to online, page is refreshed to normal state

For instance, fig 1 something todo:

basic-view

To switch to offline-mode (with Chrome), dev-tools, network

chrome-online

Check the offline

chrome-offline

And one a refresh should happen so that a static webpage is served

offline-view

  • To be noted, this is merely testing, not a fully working solution

Running the Project

  1. Run using mvn jetty:run
  2. Wait for the application to start
  3. Open http://localhost:8080/ to view the application

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published