Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 455 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 455 Bytes

Browser-based helper app for composing anagrams. Simply tracks used and unused letters and offers shuffling when inspirations vanishes. Try it out: https://fabijanc.github.io/anagramhelper/

Beginner code

This contains some of the earliest JavaScript code I've ever written, and many of the things are suboptimal. Currently it serves as a testimony to how I once wrote JavaScript, but hopefully it will be rewritten using a modern frontend framework.