Skip to content

digitaltom/zeit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

Zeit

Is a project to run and collect statistics of locally running timers. No server side code and storage is used, no tracking, you own your data!

Try it out at: https://digitaltom.github.io/zeit/

image

Features

  • User-defined Timers
  • Collect statistics of each day's Timers

Todo

  • Show default timers
  • Timers running over midnight
  • Edit timers of the past
  • Statistics: Daily graph, weekly sum
  • Drag&Drop timer position
  • demo mode
  • render doc page modal

Development setup

Install dependencies: yarn install

Development server: yarn serve

Compile and minify for production: yarn build

Deploy: bin/deploy.sh