Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f-aguzzi/judo-timer-electron
Electron.js port of https://github.com/f-aguzzi/judo-timer, with added multi-screen functionality
https://github.com/f-aguzzi/judo-timer-electron
electron judo react
Last synced: 1 day ago
JSON representation
Electron.js port of https://github.com/f-aguzzi/judo-timer, with added multi-screen functionality
- Host: GitHub
- URL: https://github.com/f-aguzzi/judo-timer-electron
- Owner: f-aguzzi
- License: bsd-3-clause
- Created: 2022-04-04T09:33:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T21:29:24.000Z (over 2 years ago)
- Last Synced: 2024-12-06T18:00:27.023Z (17 days ago)
- Topics: electron, judo, react
- Language: TypeScript
- Homepage:
- Size: 832 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Judo Timer
This is a timer for the jury table at Judo competitions, to keep times
on the referee's behalf.## Implemented functionalities
- dual window (one control window for the operator, one display window for the electronic board)
- adjustable timers
- automatic assignment of victory
- *osae komi* timer with automatic assignment of *waza ari* and *ippon*
- scoreboard to keep track of *waza ari*, *ippon* and *shido*
- automatic victory determination for:
- end of time with score advantage
- *ippon* or two *waza ari*
- *kosoko make*
- automatic determination of golden score## Structure
The project is based on my template for Electron apps with React, TypeScript
and TailwindCSS support, which can be found at
[https://github.com/f-aguzzi/electron-react-typescript-tailwind-template].The package manager is `yarn`.
The dev server can be started with `yarn start` and the executable can be
built with `yarn package`.