autocomplete

This is a simple autocomplete feature that lets a user find another user in a textarea by typing an '@' symbol followed by the name or username.

Read more about the project here.

Run it locally

  1. git clone https://github.com/cutofmyjib/autocomplete.git
  2. cd autocomplete
  3. python -m SimpleHTTPServer
  4. navigate to http://localhost:8000/