feat: add hotel item component and search functionality

This commit is contained in:
Jan K9f 2024-09-10 07:35:29 +02:00
commit 339dac3999
Signed by: jank
GPG key ID: B267751B8AE29EFE
13 changed files with 97 additions and 9 deletions

View file

@ -0,0 +1,5 @@
<p>Name: {{hotel.hotelName}}</p>
<p>Description: {{hotel.description}}</p>
<p>Price: {{hotel.price}}$</p>
<img src="{{hotel.imageUrl}}" alt="Hotel">
<p class="border-b border-black">{{hotel.rating}}</p>