Timeresth is a workout management app that allows the user to create, edit and execute HIIT style workouts based on time instead of repetitions.
Create the workout that best suits your needs: different working out and resting times per exercise per round are possibile thanks to the flexible workout model and intuitive UI.
-
Typescript
-
React.js
-
Immer
-
Tailwindcss
-
EsBuild
-
Vitest + React Testing Library
-
Playwright (WIP)
-
Storybook
npm install
npm run dev
In order to update the Database interface:
npx supabase login
npx supabase projects list
npx supabase gen types typescript --project-id <project_id> > src/types/database.ts
Or by hand.