Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 794 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 794 Bytes

Build Status

good-habit

An SPA application written in VueJS which service worker to support working offline

Tracking Your activity for good habits with 4 simple steps:

  1. Add objective (gym, reading books, walking)
  2. Everytime you begin doing something, check in
  3. After finishing it, check out
  4. Review your activities in chart

Demo Page: http://goodhabit.fullstuck.com

Build Setup

# install dependencies
npm install

# 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