ZigaVukcevicDev / swimCoachStopwatch

Mobile application for time measuring of multiple swimmers, using React Native.
MIT License
0 stars 0 forks source link

Swim Coach Stopwatch Awesome npm version

Mobile application for time measuring of multiple swimmers, using React Native.

:swimmer: :swimmer: :swimmer: Made with love for swimming.


NOTE: This project is work in progress.


Functionalities

Measuring multiple swimmers at the same time from start to finish point.

Scenario:

A) Start point

Coach starts first swimmer. After specific time interval (e.g. 5 seconds) coach starts second swimmer. Coach can proceed this behaviour for more swimmers.

1st swimmer: 00:00:00
2nd swimmer: 00:05:00
B) Finish point

Coach ends time of first swimmer, then second swimmer. Coach can proceed this behaviour for more swimmers.

1st swimmer: 00:29:54
2nd swimmer: 00:37:12

Automatic computation is made for showing net time result.

1st swimmer: 00:29:54
2nd swimmer: 00:32:12

Computation follows rule:

Technical parameters

Input:

Output:

Measuring multiple swimmers split times.

// TODO: Write scenario and technical parameters - Issue #2


Development

How to install

npm install

How to run

react-native run-ios

How to release

Major release

npm run release:major

Minor release

npm run release:minor

Patch release

npm run release:patch

Resources