https://github.com/bohdanmoroziuk/workout-tracker
An application for tracking workouts with authentication using Vue.js 3 and its composition API together with Supabase.
https://github.com/bohdanmoroziuk/workout-tracker
composition-api supabase tailwindcss vue3 workout-tracker
Last synced: about 2 months ago
JSON representation
An application for tracking workouts with authentication using Vue.js 3 and its composition API together with Supabase.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/workout-tracker
- Owner: bohdanmoroziuk
- License: mit
- Created: 2021-11-05T10:59:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T08:44:27.000Z (almost 3 years ago)
- Last Synced: 2025-10-31T06:59:51.680Z (7 months ago)
- Topics: composition-api, supabase, tailwindcss, vue3, workout-tracker
- Language: Vue
- Homepage:
- Size: 1.91 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workout Tracker App
> An application for tracking workouts with authentication using Vue.js 3 and its composition API together with Supabase.
## Preview
### Register page

### Login page

### Home 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
```