Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:33:11.000Z (almost 2 years ago)
- Last Synced: 2023-04-05T15:15:50.826Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Vue
- Size: 2.95 MB
- Stars: 1
- Watchers: 2
- 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![screenshot of the tool](screenshot.png)
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/).