Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 699 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 699 Bytes

Workout Tracker App

An application for tracking workouts with authentication using Vue.js 3 and its composition API together with Supabase.

Preview

Register page

Register page

Login page

Login page

Home page

Home page

Exercise page

Exercise page

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint