Trie tree with a UI

Insert a few words using the form And then when you try to type a new word, it'll give you suggestions based on the string you've entered so far. It uses the string as a prefix and a Trie tree(aka prefix tree or digital tree) to find all the words inserted with the same common prefix.

Suggestions

inserted

Tree Visual