Implement a Search Form
Implement a search interface as a web form so that after one type in a category, all the items with that category are returned.
The result needs to be shown as a table/list in a webpage.
Checklist:
- Search function implemented
- Search form implemented