coryhouse / coryhouse/react-restaurant-scriptpro
Add text search input with combined filter + result count
Open
enhancement
phase-4-search-filter
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Goal
Add a search input that filters foods by name (case-insensitive substring) combined with the tag filter. Show a live result count like "5 results".
## Acceptance criteria
- [ ] Search input is controlled
- [ ] Filtering by name and tag are combined (AND)
- [ ] A "N results" count updates live
- [ ] Empty result state shows a helpful message
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.