Implement the Home page on the frontend. For now, maybe we should fetch all the kitchen tools and display them in a grid layout.
We could use shadcn for ui components, and swr to ease data fetching and caching.
Maybe we should implement a separate page for renting tools, since we talked about that the first step of renting should be to give the start and end dates, and if we wanted to merge the browsing and renting page, we would have to write a big if check whether the dates are set. And then we would have to render the tools depending whther they are available or not. So it might be a good idea to create a whole ne wpage for renting, and keep the home page a simple tool browsing page, maybe with some introduction, contact info, etc.
Implement the Home page on the frontend. For now, maybe we should fetch all the kitchen tools and display them in a grid layout. We could use shadcn for ui components, and swr to ease data fetching and caching.
Maybe we should implement a separate page for renting tools, since we talked about that the first step of renting should be to give the start and end dates, and if we wanted to merge the browsing and renting page, we would have to write a big if check whether the dates are set. And then we would have to render the tools depending whther they are available or not. So it might be a good idea to create a whole ne wpage for renting, and keep the home page a simple tool browsing page, maybe with some introduction, contact info, etc.