/autocomplete

Autocomplete example in vanilla js

Primary LanguageCSS

beer autocomplete screen

Beer search

Search your favorite beer type.

Type of beer:

  • Cask ale
  • Pale ale
  • Stout
  • Mild ale
  • Wheat beer
  • Lambic
  • Lager

Tecnlogic stack

Installation

Dillinger requires Node.js v8+ to run.

Install the dependencies and start the server.

$ cd autocomplete
$ npm install or yarn
$ npm run prod
Go to localhost:8080

For develpment environments...

$ cd autocomplete
$ npm install or yarn
$ npm run dev
Go to localhost:1234

License

MIT

Free Software, Hell Yeah!