nicktu12 / complete-me

Using data structuring and tries to create an autocomplete function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

completeME

Complete Me is an autocomplete prefix trie that will return an array of words that match a user's input.

completeme

screen shot 2017-12-05 at 8 07 01 am

Getting Started

Download this repositiory as an npm package to use CompleteMe in your own project. See install as an npm module section below.

Installing

Clone down this repository and install npm. Execute the following command in your CLI.

npm install

To start the application on localhost:8080, enter the following command.

npm start

Running the tests

In order to run tests for this project, enter the following command:

npm test

Built With

  • es6 - Javascript syntax
  • jQuery UI - UI elements from the jQuery library

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Install as an npm module

To use Complete-Me you must run npm install [https://github.com/nicktu12/complete-me/tree/package] -S in your project folder.

About

Using data structuring and tries to create an autocomplete function

License:MIT License


Languages

Language:HTML 78.9%Language:JavaScript 19.9%Language:CSS 1.2%