An open API service indexing awesome lists of open source software.

https://github.com/syncfusion/ej2-showcase-react-hotel-booking

ej2-react-hotel-booking
https://github.com/syncfusion/ej2-showcase-react-hotel-booking

Last synced: 6 months ago
JSON representation

ej2-react-hotel-booking

Awesome Lists containing this project

README

          

# 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:

```sh
npm install
```

## Build the application

To Build the application, use the below command,

```sh
npm run build
```

## Run the application

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

```sh
npm run start
```