Skip to content

This is just a counter web application (PWA) that simply count things, it doesn't do anything else.

License

Notifications You must be signed in to change notification settings

alterebro/counter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Demo Cross platform Progressive Web Application built using Vue.js, Parcel and Sass. Available online as a PWA deployed using Netlify and as a native Android App compiled using the PWABuilder build tool.

This is just a counter application, that simply count things, it doesn't do anything else. It lets you create multiple counters and stores the countings in the local storage of the client device. It also can import and export the application data.

Example of a Vue app converted into a Progressive Web Application that can be published on the Google Play Store by using Trusted Web Activities. The PWA now can be installed on the android device as a WebApp through the website or as a native application through the Play Store.

Get it on Google Play Get APK from GitHub


Build and Publish

$ npm run build     # Build distributable /www folder
$ npm run deploy    # Upload updates