Skip to content

Typemeup 2.0

Latest
Compare
Choose a tag to compare
@bskdany bskdany released this 02 Jul 21:06
· 101 commits to main since this release
df4aaec

Massive rewrite, switched to svelte 5 and changed the overall architecture of the whole app. It's now simpler, more extensible and concise.

Added the smart mode, which integrated a very complex algorithm that analyses user text and generates word to improve the user.

Added live mistake correction mode, which detects simple typing errors and corrects them as you go, more wpm for you!

Switched to a only local approach, the backend is disabled for now, all the user data and config is saved to localstorage.

Backend integration will start when I actually get users lol