Skip to content

daveoconnor/racetimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Racetimer

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:

  1. Starting boats all at once.
  2. Staggered starts
  3. Setting the number of boats for a race
  4. Results can be saved to localStorage for result calculation/in case of browser crash between races.

Usage:

npm start

Should automatically open http://localhost:3000 in browser

Race Starts

Group Start

  1. Set the number of boats (if starting them all at once)
  2. Ctrl-Alt-A to start
  3. Ctrl-Alt-[1-9] for when the specified crosses the finish line

Staggered Start

  1. Ctrl-Alt-[1-9] to start a numbered boat.
  2. Ctrl-Alt-[1-9] to mark a boat as finished.

Result tabulation

When all boats have complete the race:

  1. Set the race number
  2. Click 'save' to save the race as that number in localStorage
  3. In the results section set the required race number
  4. Click 'load' to view the results.

About

React application for running boat races

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published