Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T08:44:27.000Z (over 1 year ago)
- Last Synced: 2023-12-05T18:49:17.664Z (about 1 year ago)
- Topics: composition-api, supabase, tailwindcss, vue3, workout-tracker
- Language: Vue
- Homepage:
- Size: 1.91 MB
- Stars: 2
- Watchers: 3
- 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
```