Tool for either memorising text by checking that you can reconstruct what you've read just by the first letter of each word.
It was built mostly as an exercise for learning more about the mysterious Ur/web programming language.
- Find some text you want to test yourself on.
- Paste the text into the edit box.
- Switch edit mode off.
- Step forward through the text, trying to guess what each word will be from the first letter, before revealing it.
- Single textbox to paste stuff into
- div with truncated words from textbox
- Right/space/l reveals next word and moves cursor forward
- Left/h hides current word and and moves cursor back
- Make heroku.yml and create Docker images for build / run steps
- Make it look real purdy
- Make it more efficient (don't reprocess the input every time the user moves forward or back -- do it once when switching out of edit mode)
- Click to save textbox in DB with (required) title
- On load, show one div for each row in DB (with your user id... later)
- div starts out collapsed, click heading to reveal and test
- Only one div can be expanded at a time