Aaron William Po 2efc506250 Add beer search feature
This commit adds the necessary components and hooks to implement a beer search feature on the website. It includes the following changes:

- Add a new BeerSearch API route that returns a list of beers matching a search query.
-  Implement a new hook useBeerPostSearch that utilizes SWR to fetch data from the API and parse it using a schema.
- Add a new page SearchPage that displays a search input field and a list of beer search results.
- Use lodash's debounce function to avoid making too many requests while the user is typing in the search input field.
2023-03-27 19:02:03 -04:00
2023-03-19 18:04:13 -04:00
2023-02-09 04:03:52 -05:00
2023-03-27 19:02:03 -04:00
2023-03-27 19:02:03 -04:00
2023-02-09 04:03:52 -05:00
2023-03-27 19:02:03 -04:00
2023-03-27 19:02:03 -04:00
Languages
TypeScript 83.3%
C# 14.2%
HTML 0.8%
Dockerfile 0.6%
Gherkin 0.6%
Other 0.5%