Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practice hardest patterns #52

Open
Ceffa93 opened this issue Jul 27, 2024 · 1 comment
Open

Practice hardest patterns #52

Ceffa93 opened this issue Jul 27, 2024 · 1 comment

Comments

@Ceffa93
Copy link

Ceffa93 commented Jul 27, 2024

I find myself struggling in some patterns more than others, but a lot of time is spent iterating on patterns I already internalized.
It would be nice to have the tool keep track of the patterns that cause more mistakes and present them with higher frequency.
Ideally this requires an account so I understand it may be a lot of work, but maybe a cache based solution is good enough.

@emilkm
Copy link

emilkm commented Aug 4, 2024

I found I wanted similar functionality and added something quick to my fork.
As errors are made they are recorded along with the number of times an ngram/word was typed wrong. Selection is available to then practice on the "wrongs".

Solution uses local storage, following the pattern the application uses already.

You can try it here https://kesten.nz/ngram-type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants