Create shareable timers and control them remotely.
React, Node.js, Express, Socket.IO.
This was originally built for use at a conference for sharing speaker timings across the compère and AV staff. More recently I've used this in Zoom games to manage round times with players.
# install dependencies
npm install
# start servers
npm start
This starts the React dev server and Express server and watches for changes.
# install dependencies
npm install
# start server
npm run prod
This builds the client app and starts the Express server in production mode. A Dockerfile has also been included for building and launching the app in container environments.
This project is licensed under the MIT License.