Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.