Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).