Skip to content

syncfusion/ej2-showcase-react-hotel-booking

Repository files navigation

Hotel Booking Showcase Sample in React

The React Hotel Booking Application is a powerful tool that allows hotel owners to effectively manage their business. It provides a seamless way to book and manage rooms, and it also provides insights into room occupancy, such as the number of rooms booked on the current date and the number of rooms available on each floor.

Installation

To install the application dependencies, use the following command:

npm install

Build the application

To Build the application, use the below command,

npm run build

Run the application

To run the sample in the browser with live reload, use the following command:

npm run start