The application is still "a work in progress" and is aimed to be an cardio exercise application that can visualize the progress of a person. Btw. Best experience is achieved by using Firefox. Chrome works, but it has some visual issues.
VSCode + Volar (and disable Vetur).
npm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitLint with ESLint
npm run lintLocal storage
- Local storage settings values are all converted to strings for some reason. Happened when started the project the next day. Changing the settings changed the string values to their respected types.