Just Another HIIT Timer is progressive web application that you can run on your PC, Mac, or Mobile Phone to create timer-based HIIT Workouts.
it saves everything into your device's local storage, so no external storage is used.
The SRS document can be viewed here.
Node >= 12.17
run npm install
to install dependencies.
run '''npm start``` to start the development server.
for building to production, use npm run build:prod