Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)**

Get it on Google Play Get APK from GitHub

---

### Build and Publish

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