Closed kesdlvi closed 3 weeks ago
Implemented search bar for matches which uses a fuzzy search
For styling the search bar required its own component. I wasn't able to figure out how to use css.
The search just returns an array as requested, to see the output just console.log(result) in Dashboard.js
console.log(result)
Dashboard.js
Implemented search bar for matches which uses a fuzzy search
For styling the search bar required its own component. I wasn't able to figure out how to use css.
The search just returns an array as requested, to see the output just
console.log(result)
inDashboard.js