Tramore is a hotel website that can be used for online reservations. Built using the TALL Stack: Tailwind CSS 3, AlpineJS 3, Livewire 2, Laravel 9. I actually made the UI here myself using Tailwind CSS and AplineJS without using any templates at all.
There are 3 roles in this application, namely admin, receptionist, and user or guest.
Admin can manage room data, facilities, and manage galleries that will be displayed to users or guests.
The receptionist can check the check-in or check-out data from the user or guest and confirm it.
The user here is a guest for this Tramore hotel. Users can make online reservations and review facilities and rooms if desired.
- Doing room CRUD (Finished)
- Doing facility CRUD (Finished)
- Doing gallery CRUD (Finished)
- Doing user CRUD (Finished)
- Updating the about page via the admin dashboard (Finished)
- Make a reservation (Finished)
- Check reservation data (Finished)
- Do a review (Finished)
- Profile & Setting (Not finished yet)