mrhead / stimulus-search

Search autocomplete with Stimulus JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stimulus Search

This is a search autocomplete example created with Stimulus and Rails 7.

Autocomplete GIF

Installation

Clone the repository:

git clone git@github.com:mrhead/stimulus-search.git

Setup the application:

cd stimulus-search
./bin/setup

Start the webserver and esbuild watch process:

./bin/dev

Go to http://localhost:3000/.

Testing

Run:

rails javascript:build
rails test
rails test:system

About

Search autocomplete with Stimulus JS.


Languages

Language:Ruby 65.7%Language:HTML 17.4%Language:JavaScript 12.1%Language:SCSS 4.4%Language:Shell 0.4%