... because counting laps is hard, especially when there are 10 lanes.
66-laps is a web application designed to help starters practice counting laps efficiently for distance events. The application supports multiple lane configurations (6-10 lanes) and race lengths (500/1000/1650 SC and 800/1500 LC).
This project is designed to be developed within the provided devcontainer. Ensure you have Docker and Visual Studio Code installed with the Dev Containers extension.
-
Open the repository in Visual Studio Code, either by cloning locally and re-opening in the devcontainer, or (recommended) clone the project directly into the devcontainer.
-
Start the development server:
yarn dev -
Open your browser and navigate to
http://localhost:3000to view the application.
To edit and test components using Storybook, run:
yarn storybookRun the test suite using:
yarn testThis project is licensed under the AGPL-3.0 or later License - see the LICENSE file for details.