🏖️ Superfantastic simple work hours logger. Can i take a day off?
Go to file
2020-03-02 22:53:11 +03:00
.circleci Replace host with env var 2020-02-29 11:59:55 +03:00
assets Исправил досадную ошибку 2020-03-02 22:53:11 +03:00
docker Use file to deploy docker login key 2020-02-29 10:00:23 +03:00
public Start of web app 2019-11-07 22:37:49 +03:00
spec Add statistics table 2020-02-27 22:16:39 +03:00
src Добавил роутинг 2020-03-02 22:26:02 +03:00
tools Add base path env 2019-11-09 19:27:30 +03:00
.dockerignore Add build config 2019-11-10 21:37:35 +03:00
.editorconfig Добавил роутинг 2020-03-02 22:26:02 +03:00
.gitignore Ignore builded files 2019-11-07 21:24:04 +03:00
generate-work-hours.py Add script for planned dates 2019-11-17 18:32:08 +03:00
LICENSE Init project 2019-11-03 11:33:16 +03:00
Makefile Add webpack watch command 2019-11-28 22:33:03 +03:00
package-lock.json Добавил роутинг 2020-03-02 22:26:02 +03:00
package.json Добавил роутинг 2020-03-02 22:26:02 +03:00
README.md Improve readme 2019-11-10 22:25:27 +03:00
shard.lock Add web server 2019-11-05 21:37:09 +03:00
shard.yml Add web server 2019-11-05 21:37:09 +03:00
webpack.config.js Improve asset build 2020-02-29 09:16:39 +03:00

Can I take a day off?

CircleCI

Simple app for time traking. Pet project created with Crystal, Vue.js and Circle CI.

Installation

With docker you can run

$ make install
$ make run-server

Next open http://localhost:3000/?profile=profile-xyz in browser, where profile-xyz is profile name stored in var/data directory.

Tests

$ make spec
$ make ameba