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 install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint
Local 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.