This project uses trie data structure to show meanings and and for the autosuggest feature.
https://asubedy.github.io/dictionary_using_trie/Dictionary/
Since I have not use any database here to show the working of trie the auto suggest feature works only for the 5000 commonly used words which is stored in an array
Future Plans:
- Make use of database to store more words and meaning
- Figure out a way to load pages faster (i guess after implementing first this should not be a problem but lets see