bruin-tennis-consulting / match-manager

A web app for custom tennis match playback, allowing coaches to easily filter and search points by attributes for film review.
https://match-viewing-dashboard.web.app
8 stars 8 forks source link

172 add new search bar #181

Closed kesdlvi closed 3 weeks ago

kesdlvi commented 2 months 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