Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f-aguzzi/judo-timer
Timer for Judo competitions, in accordance to the current IJF rules.
https://github.com/f-aguzzi/judo-timer
judo react
Last synced: 9 days ago
JSON representation
Timer for Judo competitions, in accordance to the current IJF rules.
- Host: GitHub
- URL: https://github.com/f-aguzzi/judo-timer
- Owner: f-aguzzi
- Created: 2022-04-02T19:27:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T19:44:50.000Z (over 2 years ago)
- Last Synced: 2024-12-22T05:25:44.180Z (20 days ago)
- Topics: judo, react
- Language: TypeScript
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- 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*### Future functionalities
- automatic golden score determination
## Structure
The project is based on my template for React apps with TypeScript
and TailwindCSS support, which can be found at
[https://github.com/f-aguzzi/react-tailwind-typescript].The package manager is `yarn`.
## Usage
This is a React project and can be used as such.
The dev server can be started with `yarn start` and the static version can be
built with `yarn build`.