chingu-voyages / v25-geckos-team-01

PayItForward | Voyage-25 | https://chingu.io/
2 stars 0 forks source link

Create Search Component #32

Open jdmedlock opened 3 years ago

jdmedlock commented 3 years ago

Design and create a search component. This will be placed on the task page.

For now keep the search criteria simple since we can refactor it later. For example, search for words in the task title and description.

You will want to explore passing a prop to the task card collection component that's an array of objects for each task.

Consider adding search options.

Look into react-select

Parent task: #6, #14