Welcome to the TRAVL Hotel Management Dashboard, your one-stop solution for managing bookings, reviews, and guest requests with ease. Whether your hotel caters to seasoned travelers or first-time guests, our platform is tailored to meet your unique needs. With user-friendly tools and intuitive interfaces, it simplifies reservation management and enhances the overall guest experience. Explore the future of hotel management today and discover how TRAVL can streamline your operations!
I am actively working on implementing Redux Toolkit to manage the global state of the TRAVL application. This development phase includes a comprehensive set of features for user interaction:
- Manage Rooms: Effortlessly add, delete, or edit room details.
- Manage Bookings: Review all bookings, access guest information, and handle special requests. (Note: Delete functionality is already implemented, and add and edit features will be added in the near future.)
- Manage Client Reviews: View and oversee client reviews, mark them as read, or archive messages.
- Manage Users: Seamlessly access and oversee all user (employees) accounts. (Note: Features to update personal information will be added in the near future.) You can assign roles, add new employees, and remove them from the system.
Stay tuned as I continue to enhance TRAVL with even more features and capabilities!
To get started with TRAVL on your local machine, follow these steps: 'Make sure you have Node.js and npm installed on your machine.'
-
Clone this repository.
git clone https://github.com/SirAllap/hotel_miranda_dashboard.git
-
Install project dependencies by running the following command within the project directory:
npm install
-
To run the test suite:
npm test -
Start the development server:
npm start
-
Visit the TRAVL App in your web browser:
http://localhost:3000
Now you're all set to explore and experiment with TRAVL on your local environment.