GitHub / loosenthedark / traversy-media-filterable-list-js-project
Adaptation of a vanilla JavaScript mini-project taken from a Traversy Media video tutorial. Practices involved: remembering to use toUpperCase() when building search bar input elements, traversing the DOM, using indexOf() > -1 to implement search functionality, a 'for' loop and an 'if/else' conditional statement
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loosenthedark%2Ftraversy-media-filterable-list-js-project
PURL: pkg:github/loosenthedark/traversy-media-filterable-list-js-project
Stars: 1
Forks: 0
Open issues: 0
License: None
Language: HTML
Size: 12.7 KB
Dependencies parsed at: Pending
Created at: almost 6 years ago
Updated at: over 2 years ago
Pushed at: almost 6 years ago
Last synced at: 4 months ago
Topics: css3, dom-traversal, event-listener, filter-lists, frontend, html5, javascript, searchbar, traversy-media