Sign inSign up

darkatek7/tapcounter

By darkatek7

Updated about 4 years ago
Archived

This is a minimalistic Tap Counter written in Blazor WASM and hosted using nginx.

Image
0

256

darkatek7/tapcounter repository overview

TapCounter

This is a minimalistic Tap Counter designed for mobile browsers using Blazor Webassembly


Demo:

Tap Counter Darkatek7 ("https://tap.darkatek7.com")


Docker Compose:

---
version: '3.4'
services:
  tapcounter:
    container_name: tapcounter
    image: darkatek7/tapcounter:latest        # docker image
    ports:
      - 8070:80                               # port used for localhost ip
    restart: unless-stopped                   # restart policy

Tag summary

Content type

Image

Digest

sha256:9f5d9d982

Size

19.2 MB

Last updated

about 4 years ago

docker pull darkatek7/tapcounter