This commit is contained in:
2020-06-15 07:46:27 +02:00
parent bb754d7128
commit e78d447b2b
2 changed files with 13 additions and 4 deletions

16
TODO.md
View File

@@ -1,3 +1,10 @@
- mobile
- make autofocus work on quiz
- remove "[enter]" from start button
- make it all on one line
- make the font smaller or the div wider
- put a 'submit' button in
- add a range slider for easier input?
- make text inputs big enough for MAX_DIGITS_PROBLEMS and MAX_DIGITS_BITS - make text inputs big enough for MAX_DIGITS_PROBLEMS and MAX_DIGITS_BITS
- show a message on submit - show a message on submit
- show warning when specifying invalid number of bits or problems - show warning when specifying invalid number of bits or problems
@@ -7,11 +14,12 @@
- prompt at the end of a quiz to sign up for it - prompt at the end of a quiz to sign up for it
- uncomment PDF part - uncomment PDF part
- add PDF export in pure front end - add PDF export in pure front end
- does it work on mobile?
- add animations - add animations
- 'nuh-uh' shake for wrong answers - 'nuh-uh' shake for wrong answers
- nice reward animations for right answers - nice reward animations for right answers
- make the placeholders become real text for a split second before starting - make the placeholders become real text for a split second before starting
- super mario land pixellation animation - super mario land [pixellation animation](http://blog.swishscripts.com/2019/06/19/snes-mosaic-effect/) ("mosaic")
- deploy to production - add user accounts using Userbase
- use a custom domain - required for higher numbers
- required for PDF output?
- required after X uses?

View File

@@ -2,6 +2,7 @@
"name": "binary-quiz-frontend", "name": "binary-quiz-frontend",
"version": "0.0.6", "version": "0.0.6",
"author": "Zev Averbach <zev@averba.ch> (https://averba.ch)", "author": "Zev Averbach <zev@averba.ch> (https://averba.ch)",
"repository": "https://github.com/zevaverbach/binary_quiz_frontend",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "rollup -c", "build": "rollup -c",