Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alterebro/counter-app
This is just a counter web application (PWA) that simply count things, it doesn't do anything else.
https://github.com/alterebro/counter-app
android-app counter demo-app hybrid-app parcel progressive-web-app pwa sass trusted-web-activity twa vuejs webapp
Last synced: about 2 months ago
JSON representation
This is just a counter web application (PWA) that simply count things, it doesn't do anything else.
- Host: GitHub
- URL: https://github.com/alterebro/counter-app
- Owner: alterebro
- License: isc
- Created: 2020-05-20T16:03:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T12:38:40.000Z (2 months ago)
- Last Synced: 2024-10-31T13:36:41.345Z (2 months ago)
- Topics: android-app, counter, demo-app, hybrid-app, parcel, progressive-web-app, pwa, sass, trusted-web-activity, twa, vuejs, webapp
- Language: Vue
- Homepage: https://counter-webapp.netlify.app/
- Size: 2.03 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [counter-app](https://counter-webapp.netlify.app/)
> Javascript Demo Cross platform Progressive Web Application built using [Vue.js](https://vuejs.org/), [Parcel](https://parceljs.org/) and [Sass](https://sass-lang.com/). Available online as a PWA deployed using [Netlify](https://www.netlify.com/) and as a native Android App compiled using the [PWABuilder](https://www.pwabuilder.com/) 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.
- Online Progressive Web Application : **[counter-webapp.netlify.app](https://counter-webapp.netlify.app/)**
- Google Play Store App : **[play.google.com/store/apps/details?id=com.alterebro.counter_app](https://play.google.com/store/apps/details?id=com.alterebro.counter_app)**---
### Build and Publish
```sh
$ npm run build # Build distributable /www folder
$ npm run deploy # Upload updates
```