Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 409 Bytes

File metadata and controls

6 lines (5 loc) · 409 Bytes

Filterable-List-With-Vanilla-JavaScript

A simple filterable list using Vanilla JS. Users can search names and result will come up in alphabetical order. Here I didn't use any framewoks, just pure JS. For styling I used bootstrap, I used bootstrap mainly to make it responsive. I used this filterable list as "My Contacts".