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

https://github.com/andrewarrow/epoch

time tracker and todo list: a clone of johannesjo's super-productivity in golang
https://github.com/andrewarrow/epoch

project-management time-tracker todo-list

Last synced: over 1 year ago
JSON representation

time tracker and todo list: a clone of johannesjo's super-productivity in golang

Awesome Lists containing this project

README

          

# epoch

1. install [golang](https://go.dev/)
2. install [tailwindcss](https://tailwindcss.com/blog/standalone-cli) and [daisyui](https://daisyui.com/docs/install/)
3. `./run`
4. open `http://localhost:3000/`

# seed

`./toodo seed`

# sqlite3

db file will be at `~/toodo_sqlite_560dc8c4-b18a-4517-a90c-b0f92d2ba5a5.db`

```
$ sqlite3 ~/toodo_sqlite_560dc8c4-b18a-4517-a90c-b0f92d2ba5a5.db
SQLite version 3.43.2 2023-10-10 13:08:14
Enter ".help" for usage hints.
sqlite> .tables
cookie_tokens projects tasks users
```

[sqlite](https://sqlite.org/) comes installed on mac already as `sqlite3`

# info

time tracker and todo list a clone of johannesjo's [super-productivity](https://github.com/johannesjo/super-productivity) in golang

![super-productivity](https://i.imgur.com/szpWtFz.png)

# video demo
[![epoch Video Demo](https://i.imgur.com/pds2pzz.png)](https://www.youtube.com/watch?v=g2jfyMvhi34)

# screen shots

![epoch1](https://i.imgur.com/FpKfqf8.png)
![epoch2](https://i.imgur.com/hHADj3L.png)
![epoch3](https://i.imgur.com/iOvs5PS.png)
![epoch4](https://i.imgur.com/dQ8CZ0D.png)