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
- Host: GitHub
- URL: https://github.com/syncfusion/ej2-showcase-react-hotel-booking
- Owner: syncfusion
- License: other
- Created: 2023-10-10T10:53:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T11:15:02.000Z (over 2 years ago)
- Last Synced: 2025-07-18T13:53:53.510Z (9 months ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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
```