/KeepFit

A simple VueJS static site using Google Sheets API as the data source to track fitness stats.

Primary LanguageJavaScript

KeepFit

Create a simple dashboard to track my fitness data using Google spreadsheets as the source.

Demo here.

Screenshot 1

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# deploy to github
npm run deploy

# run unit tests
npm run unit

# run all tests
npm test