diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-07-13 12:32:46 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-07-13 12:32:46 -0500 |
commit | ef27c1d222eeb953a625954be8e54b0bf5f92e53 (patch) | |
tree | 84a825a684856ba8999831112d4e8fd1ed5ef2d3 | |
parent | 2cb9b6fdc38a5df00ade737f90a9daf685ab89c3 (diff) | |
download | freqtimer-web-ef27c1d222eeb953a625954be8e54b0bf5f92e53.tar.xz freqtimer-web-ef27c1d222eeb953a625954be8e54b0bf5f92e53.zip |
Add README
-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. |