diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | README.md | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae5dbb8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist/**/* +test/build/**/* +upload.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d5a03e --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +FreqTimer +========= + +- [See](https://www.flu0r1ne.net/freqtimer) + +This is a small timer application used for running discrete trials in precision teaching and behavior analytics. + +I developed it around 2016 as my first functional application. It came to be relied on by some. Unfortunately, mobile +platforms are a bit of a moving target, requiring consistent maintenance and fees to publishing on mobile app stores. +I decided to rewrite it as a web application to test WebAssembly. This way, it maintains most of the original functionality +while being much more maintainable. |