This project is a simple booking room application for beach resort.
You can see demo version in this Link
For run this app locally, You can run
npm start
For deploy app, You can use Vercel cli for automatic deployment or run
npm run build
and deploy build folder on your own server manually.