https://github.com/tensojka/caffeine-tracker
☕️
https://github.com/tensojka/caffeine-tracker
coffee pwa pwa-example spa vue-cli vuejs vuejs2
Last synced: over 1 year ago
JSON representation
☕️
- Host: GitHub
- URL: https://github.com/tensojka/caffeine-tracker
- Owner: tensojka
- Created: 2019-04-28T17:57:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:05:18.000Z (over 3 years ago)
- Last Synced: 2025-01-24T11:24:03.378Z (over 1 year ago)
- Topics: coffee, pwa, pwa-example, spa, vue-cli, vuejs, vuejs2
- Language: Vue
- Homepage: https://tensojka.github.io/caffeine-tracker
- Size: 3.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Caffeine tracker
A toy Progressive Web App to track your caffeine intake. Based off vue-cli. Uses localStorage for saving the caffeine intake.
Check it out live: https://tensojka.github.io/caffeine-tracker/
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```