utility

Tap Counter

A multi-counter tally tool with large tap targets for counting people, inventory, laps, repetitions, and more.

Local processing
About your filesFiles and content selected in this tool are processed in your browser and are not uploaded to a Browser Kitty backend.
Operation demo See the basic workflow in a short video.

About this tool

Tap Counter is a phone-friendly tally counter for people, inventory, laps, exercise repetitions, and similar counting tasks. Create up to 12 named counters and track several categories at the same time.

When focusing on one item, Focus mode turns most of the screen into a large +1 tap target. Mistakes can be undone, and a lock prevents accidental changes when needed.

Good for

  • Count multiple groups such as adults and children at an event
  • Tally inventory, vehicles, or other repeated observations on a phone
  • Count workout reps or laps with a large tap area that requires little visual attention

What it can do

Key capabilities available in this tool.

How to use

  1. Use the initial counter or rename it for your task.
  2. Add more counters when you need separate categories.
  3. Tap the large counter area to add one.
  4. Switch to Focus mode when counting a single item repeatedly.
  5. Use -1 or undo for mistakes, then copy or share the final totals.

Supported

  • Counters: up to 12, with rename, reset, and delete actions.
  • Controls: +1, -1, undo, lock, and Focus mode.
  • Storage: counter names, values, and settings saved automatically in LocalStorage.
  • Sharing: copy totals or use Web Share API on supported browsers.

Limitations and notes

  • Clearing LocalStorage removes saved counters.
  • Vibration feedback and Screen Wake Lock may not be available on every device or browser.
  • Web Share and clipboard actions can be affected by browser permissions.
  • Counters are not synced between devices and are not stored in the cloud.

Frequently asked questions

Are my counts stored on a server?

No. Counter names, values, and settings are stored in browser LocalStorage and are not sent to Browser Kitty.

Can I count multiple categories at once?

Yes. You can create up to 12 named counters.

Can I undo an accidental tap?

Yes. In addition to -1, undo can reverse recent counting, add, rename, reset, and delete actions.

Can I use most of the screen as the count button?

Yes. Focus mode makes most of the screen a large +1 tap target.

Offline version and source code

The root-level tap-counter.html on GitHub is a self-contained single HTML file. Core counting, Focus mode, and LocalStorage persistence can also be used locally.

View source on GitHub