https://github.com/fleaz/timetrackr
Small webapp which helps you keep track of your working hours during the day
https://github.com/fleaz/timetrackr
hacktoberfest
Last synced: 3 months ago
JSON representation
Small webapp which helps you keep track of your working hours during the day
- Host: GitHub
- URL: https://github.com/fleaz/timetrackr
- Owner: fleaz
- Created: 2018-08-18T00:20:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:33:11.000Z (over 3 years ago)
- Last Synced: 2025-12-26T10:48:40.297Z (6 months ago)
- Language: Vue
- Size: 2.95 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timetrackr
Try the [Demo](https://timetrackr.netlify.com/) on Netlify

A small tool to help you keep track of your working hours.
This is especially helpful if you switch customers regularly and need multiple stopwatches.
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Analyse bundle
```
vue ui
```
Go to Tasks > build > Run the task
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).