Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benzap/utimer

The ultimate timer web app
https://github.com/benzap/utimer

clojure clojurescript core-async reactjs rum svg timer

Last synced: 2 months ago
JSON representation

The ultimate timer web app

Awesome Lists containing this project

README

        

#+TITLE: UTimer -- Not just a timer
#+AUTHOR: Benjamin Zaporzan
#+DATE: 2017-09-01
#+EMAIL: [email protected]
#+LANGUAGE: en
#+OPTIONS: H:2 num:t toc:t \n:nil ::t |:t ^:t f:t tex:t

utimer is a web utility I wrote to replace the use of google's timer
and/or alarm clock functionality. I'm also sick of trying to find an
alternative that isn't straightforward, and to the point of being a
timer.

/Currently in Alpha/

* Features

/none yet/

* Programming Tasks
** TODO General Features [6/8]
- [X] Backend timer functionality
- [X] Simple Timer
- [X] Better SVG-based timer animations
- [X] Choice of sounds
- [X] Cascading tasks timer
- [X] Dropdown of common timer templates
- [ ] Different SVG Duration Animations
- [ ] Fade-in sound timer
** TODO Alternative Features [2/3]
- [X] Pomodoro Timer
- [X] Interval Training Timer
- [ ] UTC-compliant alarm
* Tidbits
** Force dist folder to gh-pages branch
git push origin `git subtree split --prefix dist master`:gh-pages --force