A quick react project thrown together to track boat races. Not too exciting, just a timer with results table calculator.
Requires the use of eyeballs at finish line to determine timing.
Allows:
- Starting boats all at once.
- Staggered starts
- Setting the number of boats for a race
- Results can be saved to localStorage for result calculation/in case of browser crash between races.
npm start
Should automatically open http://localhost:3000 in browser
- Set the number of boats (if starting them all at once)
- Ctrl-Alt-A to start
- Ctrl-Alt-[1-9] for when the specified crosses the finish line
- Ctrl-Alt-[1-9] to start a numbered boat.
- Ctrl-Alt-[1-9] to mark a boat as finished.
When all boats have complete the race:
- Set the race number
- Click 'save' to save the race as that number in localStorage
- In the results section set the required race number
- Click 'load' to view the results.