Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benzap/utimer
- Owner: benzap
- License: epl-1.0
- Created: 2017-06-21T16:57:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T17:00:33.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T22:51:40.842Z (3 months ago)
- Topics: clojure, clojurescript, core-async, reactjs, rum, svg, timer
- Language: Clojure
- Homepage: http://utimer.me
- Size: 8 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
- License: LICENSE
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:tutimer 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