This is a basic CRUD (Create, Read, Update, Delete) based full-stack hotel room management
Users can:
- Get list of all existing rooms
- Add new rooms with essential details like room number, type, and price
- Filter rooms by type
- Get list of bookings
- Add Booking / Book a room
- Filter bookings by Client name and booking status (pending, completed, in-progress, cancelled])
- Get booking history of each room
- Live Site URL: https://hotelms.netlify.app/