Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 807 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 807 Bytes

This project contains the companion code for the Stimulus tutorial article published on Medium. In it, we build a search form that allows a user to type a search term into a text field and instantly see filtered results that match their query, as shown here:

A gif of a user typing in a search term and a list of results changing to match the term

The Rails project in this repo contains all you need to get started using Stimulus in Rails 6.

If you want to view the demo in action:

  • Clone this repository
  • bundle install
  • rails db:create && rails db:migrate
  • rails server
  • Visit localhost:3000 in your browser and create a few players