A live counter usable on local networks. The application includes:
- A display page with an overview of all registered counters, including their name and current count.
- Some buttons to manage you session are also displayed on this page.
- A register page with a simple name input for the name of a new counter.
- A counter or "tap" page where the user can count. This is page is entirely a button, so tapping/clicking anywhere should do the trick.
Firstly, it is advised to use a hotspot of the host device and connect any count devices to this hotspot. It is also usable from devices connected to the same network.
- Clone this repo and start the express application using
node index.jsin your CLI. - Lookup the local ip of the host device.
- All pages are available using the following URL structure:
- {local-ip}:3000/display.html (eg. 192.169.0.1:3000/display.html)
- {local-ip}:3000/register.html
- {local-ip}:3000/remote.html (this page should be accessed by going through /register.html first)