Finding words in the dictionary used to be tedious and slow!
Now, its fast, easy and fun!
autocomplete lets you easily find words in the english dictionary!
##About
This is a simple app that will autocomplete when you are searching for a particular word. The app supports a find feature which lets you find words in a dictionary and also find the definitions of any given word.
##Important Files
index.html - Site page main.css - stylesheet diggityjq.js - JQuery functionality package.json - JSON data for site server.js - Node.js server words.txt - dictionary list
##Data Structure
##Features
Mobile-first design. Navigation buttons enable three different types of querying API - search, history, random. Search enables search for words that start with search term and separate list of words that contain them. Not implemented - History summons a list of search terms that the user has searched for, that can be used to find the dictionary definition. Not implemented - Random inputs a random word, and returns the dictionary definition.