Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

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