...

/

Setting up a Framework to build Google's Autocomplete

Setting up a Framework to build Google's Autocomplete

Let's set the template as a framework to begin building Google's Autocomplete Functionality.

We'll cover the following...

The document structure #

Let’s layout the minimum amount of HTML needed to have something to work with as we build out the functionality. Remember, we’re focusing on JavaScript first for this component.

The search component looks like it can be split up into three main ...